Html Css Color HEX #04BBB0 Iris Blue

📋 copy color: '#04BBB0'

red 4 ◦ green 187 ◦ blue 176

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

Shades of Iris Blue #04BBB0

Tints of Iris Blue #04BBB0

RGB

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

 GREEN value IS 187 (73.44% from 255) = 50.95%

 BLUE value IS 176 (69.14% from 255) = 47.96%

R = 1.09%
G = 50.95%
B = 47.96%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#04BBB0 (or 0x04BBB0) is known color: Iris Blue. HEX triplet: 04, BB and B0. RGB value is (4,187,176). Sum of RGB (Red+Green+Blue) = 4+187+176=367 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.09% from 367); Green value is 187 (73.44% from 255 or 50.95% from 367); Blue value is 176 (69.14% from 255 or 47.96% from 367); Max value from RGB is 187 - color contains mainly: green. Hex color #04BBB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04BBB0 is #FB444F. Grayscale: #828282. Windows color (decimal): -16467024 or 11582212. OLE color: 11582212.

HSL color Cylindrical-coordinate representation of color #04BBB0: hue angle of 176.39º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BBB0 is Cyan = 0.98, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 4 187 176 -
CMYK 0.98 0 0.06 0.27
HSL 176.39º 0.96% 0.37% -
HSV(B) 176.39º 0.98% 0.73% -
XYZ 25.66 38.7 47.19 -
YUV 131.03 153.37 37.39 -
System Red Green Blue C M Y K H S L
Decimal 4 187 176 0.98 0 0.06 0.27 176.39 0.96 0.37
Hex 4 BB B0 62 0 6 1B B0 60 25
Octal 4 273 260 142 0 6 33 260 140 45
Binary 100 10111011 10110000 1100010 0 110 11011 10110000 1100000 100101

Color Harmonies of #04BBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BBB0

Black with #04BBB0

Text Example


Text Example

White with #04BBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,187,176); }

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

background-color css

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

 a { background-color: rgb(4,187,176); }

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

border-color css

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

 span { border-color: rgb(4,187,176); }

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