Html Css Color HEX #04BBCC Iris Blue

📋 copy color: '#04BBCC'

red 4 ◦ green 187 ◦ blue 204

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

Shades of Iris Blue #04BBCC

Tints of Iris Blue #04BBCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.65%

R = 1.01%
G = 47.34%
B = 51.65%

CMYK

 C value IS 0.98

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#04BBCC (or 0x04BBCC) is known color: Iris Blue. HEX triplet: 04, BB and CC. RGB value is (4,187,204). Sum of RGB (Red+Green+Blue) = 4+187+204=395 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.01% from 395); Green value is 187 (73.44% from 255 or 47.34% from 395); Blue value is 204 (80.08% from 255 or 51.65% from 395); Max value from RGB is 204 - color contains mainly: blue. Hex color #04BBCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BBCC is #FB4433. Grayscale: #858585. Windows color (decimal): -16466996 or 13417220. OLE color: 13417220.

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

Color convert

RGB 4 187 204 -
CMYK 0.98 0.08 0 0.2
HSL 185.1º 0.96% 0.41% -
HSV(B) 185.1º 0.98% 0.8% -
XYZ 28.72 39.93 63.32 -
YUV 134.22 167.37 35.12 -
System Red Green Blue C M Y K H S L
Decimal 4 187 204 0.98 0.08 0 0.2 185.1 0.96 0.41
Hex 4 BB CC 62 8 0 14 B9 60 29
Octal 4 273 314 142 10 0 24 271 140 51
Binary 100 10111011 11001100 1100010 1000 0 10100 10111001 1100000 101001

Color Harmonies of #04BBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BBCC

Black with #04BBCC

Text Example


Text Example

White with #04BBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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