Html Css Color HEX #04B5CB Iris Blue

📋 copy color: '#04B5CB'

red 4 ◦ green 181 ◦ blue 203

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

Shades of Iris Blue #04B5CB

Tints of Iris Blue #04B5CB

RGB

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

 GREEN value IS 181 (71.09% from 255) = 46.65%

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

R = 1.03%
G = 46.65%
B = 52.32%

CMYK

 C value IS 0.98

 M value IS 0.11

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#04B5CB (or 0x04B5CB) is known color: Iris Blue. HEX triplet: 04, B5 and CB. RGB value is (4,181,203). Sum of RGB (Red+Green+Blue) = 4+181+203=388 (51% of max value = 765). Red value is 4 (1.95% from 255 or 1.03% from 388); Green value is 181 (71.09% from 255 or 46.65% from 388); Blue value is 203 (79.69% from 255 or 52.32% from 388); Max value from RGB is 203 - color contains mainly: blue. Hex color #04B5CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04B5CB is #FB4A34. Grayscale: #828282. Windows color (decimal): -16468533 or 13350148. OLE color: 13350148.

HSL color Cylindrical-coordinate representation of color #04B5CB: hue angle of 186.63º 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 #04B5CB is Cyan = 0.98, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 4 181 203 -
CMYK 0.98 0.11 0 0.20
HSL 186.63º 0.96% 0.41% -
HSV(B) 186.63º 0.98% 0.8% -
XYZ 27.35 37.39 62.27 -
YUV 130.59 168.86 37.71 -
System Red Green Blue C M Y K H S L
Decimal 4 181 203 0.98 0.11 0 0.20 186.63 0.96 0.41
Hex 4 B5 CB 62 B 0 14 BB 60 29
Octal 4 265 313 142 13 0 24 273 140 51
Binary 100 10110101 11001011 1100010 1011 0 10100 10111011 1100000 101001

Color Harmonies of #04B5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04B5CB

Black with #04B5CB

Text Example


Text Example

White with #04B5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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