Html Css Color HEX #04BBCB Iris Blue

📋 copy color: '#04BBCB'

red 4 ◦ green 187 ◦ blue 203

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

Shades of Iris Blue #04BBCB

Tints of Iris Blue #04BBCB

RGB

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

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

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

R = 1.02%
G = 47.46%
B = 51.52%

CMYK

 C value IS 0.98

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#04BBCB (or 0x04BBCB) is known color: Iris Blue. HEX triplet: 04, BB and CB. RGB value is (4,187,203). Sum of RGB (Red+Green+Blue) = 4+187+203=394 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.02% from 394); Green value is 187 (73.44% from 255 or 47.46% from 394); Blue value is 203 (79.69% from 255 or 51.52% from 394); Max value from RGB is 203 - color contains mainly: blue. Hex color #04BBCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BBCB is #FB4434. Grayscale: #858585. Windows color (decimal): -16466997 or 13351684. OLE color: 13351684.

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

Color convert

RGB 4 187 203 -
CMYK 0.98 0.08 0 0.20
HSL 184.82º 0.96% 0.41% -
HSV(B) 184.82º 0.98% 0.8% -
XYZ 28.6 39.88 62.69 -
YUV 134.11 166.87 35.2 -
System Red Green Blue C M Y K H S L
Decimal 4 187 203 0.98 0.08 0 0.20 184.82 0.96 0.41
Hex 4 BB CB 62 8 0 14 B9 60 29
Octal 4 273 313 142 10 0 24 271 140 51
Binary 100 10111011 11001011 1100010 1000 0 10100 10111001 1100000 101001

Color Harmonies of #04BBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BBCB

Black with #04BBCB

Text Example


Text Example

White with #04BBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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