Html Css Color HEX #04BFCE Iris Blue

📋 copy color: '#04BFCE'

red 4 ◦ green 191 ◦ blue 206

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

Shades of Iris Blue #04BFCE

Tints of Iris Blue #04BFCE

RGB

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

 GREEN value IS 191 (75% from 255) = 47.63%

 BLUE value IS 206 (80.86% from 255) = 51.37%

R = 1%
G = 47.63%
B = 51.37%

CMYK

 C value IS 0.98

 M value IS 0.07

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#04BFCE (or 0x04BFCE) is known color: Iris Blue. HEX triplet: 04, BF and CE. RGB value is (4,191,206). Sum of RGB (Red+Green+Blue) = 4+191+206=401 (53% of max value = 765). Red value is 4 (1.95% from 255 or 1.00% from 401); Green value is 191 (75% from 255 or 47.63% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #04BFCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BFCE is #FB4031. Grayscale: #888888. Windows color (decimal): -16465970 or 13549316. OLE color: 13549316.

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

Color convert

RGB 4 191 206 -
CMYK 0.98 0.07 0 0.19
HSL 184.46º 0.96% 0.41% -
HSV(B) 184.46º 0.98% 0.81% -
XYZ 29.82 41.74 64.88 -
YUV 136.8 167.05 33.28 -
System Red Green Blue C M Y K H S L
Decimal 4 191 206 0.98 0.07 0 0.19 184.46 0.96 0.41
Hex 4 BF CE 62 7 0 13 B8 60 29
Octal 4 277 316 142 7 0 23 270 140 51
Binary 100 10111111 11001110 1100010 111 0 10011 10111000 1100000 101001

Color Harmonies of #04BFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BFCE

Black with #04BFCE

Text Example


Text Example

White with #04BFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,191,206); }

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

background-color css

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

 a { background-color: rgb(4,191,206); }

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

border-color css

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

 span { border-color: rgb(4,191,206); }

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