Html Css Color HEX #04BCCF Iris Blue

📋 copy color: '#04BCCF'

red 4 ◦ green 188 ◦ blue 207

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

Shades of Iris Blue #04BCCF

Tints of Iris Blue #04BCCF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 47.12%

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

R = 1%
G = 47.12%
B = 51.88%

CMYK

 C value IS 0.98

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#04BCCF (or 0x04BCCF) is known color: Iris Blue. HEX triplet: 04, BC and CF. RGB value is (4,188,207). Sum of RGB (Red+Green+Blue) = 4+188+207=399 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.00% from 399); Green value is 188 (73.83% from 255 or 47.12% from 399); Blue value is 207 (81.25% from 255 or 51.88% from 399); Max value from RGB is 207 - color contains mainly: blue. Hex color #04BCCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BCCF is #FB4330. Grayscale: #868686. Windows color (decimal): -16466737 or 13614084. OLE color: 13614084.

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

Color convert

RGB 4 188 207 -
CMYK 0.98 0.09 0 0.19
HSL 185.62º 0.96% 0.41% -
HSV(B) 185.62º 0.98% 0.81% -
XYZ 29.3 40.5 65.3 -
YUV 135.15 168.54 34.46 -
System Red Green Blue C M Y K H S L
Decimal 4 188 207 0.98 0.09 0 0.19 185.62 0.96 0.41
Hex 4 BC CF 62 9 0 13 BA 60 29
Octal 4 274 317 142 11 0 23 272 140 51
Binary 100 10111100 11001111 1100010 1001 0 10011 10111010 1100000 101001

Color Harmonies of #04BCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BCCF

Black with #04BCCF

Text Example


Text Example

White with #04BCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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