Html Css Color HEX #04ABCB Iris Blue

📋 copy color: '#04ABCB'

red 4 ◦ green 171 ◦ blue 203

#04ABCB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Iris Blue #04ABCB

Tints of Iris Blue #04ABCB

RGB

 RED value IS 4 (1.95% from 255) = 1.06%

 GREEN value IS 171 (67.19% from 255) = 45.24%

 BLUE value IS 203 (79.69% from 255) = 53.7%

R = 1.06%
G = 45.24%
B = 53.7%

CMYK

 C value IS 0.98

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#04ABCB (or 0x04ABCB) is known color: Iris Blue. HEX triplet: 04, AB and CB. RGB value is (4,171,203). Sum of RGB (Red+Green+Blue) = 4+171+203=378 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.06% from 378); Green value is 171 (67.19% from 255 or 45.24% from 378); Blue value is 203 (79.69% from 255 or 53.70% from 378); Max value from RGB is 203 - color contains mainly: blue. Hex color #04ABCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04ABCB is #FB5434. Grayscale: #7C7C7C. Windows color (decimal): -16471093 or 13347588. OLE color: 13347588.

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

Color convert

RGB 4 171 203 -
CMYK 0.98 0.16 0 0.20
HSL 189.65º 0.96% 0.41% -
HSV(B) 189.65º 0.98% 0.8% -
XYZ 25.39 33.46 61.62 -
YUV 124.72 172.17 41.9 -
System Red Green Blue C M Y K H S L
Decimal 4 171 203 0.98 0.16 0 0.20 189.65 0.96 0.41
Hex 4 AB CB 62 10 0 14 BE 60 29
Octal 4 253 313 142 20 0 24 276 140 51
Binary 100 10101011 11001011 1100010 10000 0 10100 10111110 1100000 101001

Color Harmonies of #04ABCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04ABCB

Black with #04ABCB

Text Example


Text Example

White with #04ABCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,171,203); }

 H1.HeaderClassName
 {
   color: #04ABCB;
 }
 .AnyTagClassName
 {
   color: #04ABCB;
 }
</style>

background-color css

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

 a { background-color: rgb(4,171,203); }

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

border-color css

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

 span { border-color: rgb(4,171,203); }

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