Html Css Color HEX #04BBCF Iris Blue

📋 copy color: '#04BBCF'

red 4 ◦ green 187 ◦ blue 207

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

Shades of Iris Blue #04BBCF

Tints of Iris Blue #04BBCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 52.01%

R = 1.01%
G = 46.98%
B = 52.01%

CMYK

 C value IS 0.98

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#04BBCF (or 0x04BBCF) is known color: Iris Blue. HEX triplet: 04, BB and CF. RGB value is (4,187,207). Sum of RGB (Red+Green+Blue) = 4+187+207=398 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.01% from 398); Green value is 187 (73.44% from 255 or 46.98% from 398); Blue value is 207 (81.25% from 255 or 52.01% from 398); Max value from RGB is 207 - color contains mainly: blue. Hex color #04BBCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BBCF is #FB4430. Grayscale: #868686. Windows color (decimal): -16466993 or 13613828. OLE color: 13613828.

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

Color convert

RGB 4 187 207 -
CMYK 0.98 0.10 0 0.19
HSL 185.91º 0.96% 0.41% -
HSV(B) 185.91º 0.98% 0.81% -
XYZ 29.08 40.07 65.23 -
YUV 134.56 168.87 34.87 -
System Red Green Blue C M Y K H S L
Decimal 4 187 207 0.98 0.10 0 0.19 185.91 0.96 0.41
Hex 4 BB CF 62 A 0 13 BA 60 29
Octal 4 273 317 142 12 0 23 272 140 51
Binary 100 10111011 11001111 1100010 1010 0 10011 10111010 1100000 101001

Color Harmonies of #04BBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BBCF

Black with #04BBCF

Text Example


Text Example

White with #04BBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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