#04AFDB

Color #04AFDB Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #04AFDB

Tints of Iris Blue #04AFDB

Color information

#04AFDB (or 0x04AFDB) is unknown color: approx Iris Blue. HEX triplet: 04, AF and DB. RGB value is (4,175,219). Sum of RGB (Red+Green+Blue) = 4+175+219=398 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.01% from 398); Green value is 175 (68.75% from 255 or 43.97% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #04AFDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04AFDB is #FB5024. Grayscale: #808080. Windows color (decimal): -16470053 or 14397188. OLE color: 14397188.

HSL color Cylindrical-coordinate representation of color #04AFDB: hue angle of 192.28º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AFDB is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB4175219-
CMYK0.980.2000.14
HSL192.28º96.41%43.73%-
HSV(B)192.28º98.17%85.88%-
XYZ28.1735.872.44-
YUV128.89178.8538.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 4 (1.95% from 255) = 1.01%
GREEN value IS 175 (68.75% from 255) = 43.97%
BLUE value IS 219 (85.94% from 255) = 55.03%
R=1.01%
G=43.97%
B=55.03%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal41752190.980.2000.14192.2896.4143.73
Hex4AFDB62140Ec0602c
Octal42573331422401630014054
Binary100101011111101101111000101010001110110000001100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04AFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04AFDB; }

 p { color: rgb(4,175,219); }

 H1.HeaderClassName
 {
   color: #04AFDB;
 }
 .AnyTagClassName
 {
   color: #04AFDB;
 }
</style>
background-color css

<style>
 a { background-color: #04AFDB; }

 a { background-color: rgb(4,175,219); }

 div.DivClassName
 {
   background-color: #04AFDB;
 }
 .BgClassName
 {
   background-color: #04AFDB;
 }
</style>
border-color css

<style>
 span { border-color: #04AFDB; }

 span { border-color: rgb(4,175,219); }

 td.TdClassName
 {
   border-color: #04AFDB;
 }
 .TagClassName
 {
   border-color: #04AFDB;
 }
</style>