Html Css Color HEX #04BFC9 Iris Blue

📋 copy color: '#04BFC9'

red 4 ◦ green 191 ◦ blue 201

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

Shades of Iris Blue #04BFC9

Tints of Iris Blue #04BFC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 50.76%

R = 1.01%
G = 48.23%
B = 50.76%

CMYK

 C value IS 0.98

 M value IS 0.05

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#04BFC9 (or 0x04BFC9) is known color: Iris Blue. HEX triplet: 04, BF and C9. RGB value is (4,191,201). Sum of RGB (Red+Green+Blue) = 4+191+201=396 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.01% from 396); Green value is 191 (75% from 255 or 48.23% from 396); Blue value is 201 (78.91% from 255 or 50.76% from 396); Max value from RGB is 201 - color contains mainly: blue. Hex color #04BFC9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BFC9 is #FB4036. Grayscale: #888888. Windows color (decimal): -16465975 or 13221636. OLE color: 13221636.

HSL color Cylindrical-coordinate representation of color #04BFC9: hue angle of 183.05º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BFC9 is Cyan = 0.98, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 4 191 201 -
CMYK 0.98 0.05 0 0.21
HSL 183.05º 0.96% 0.4% -
HSV(B) 183.05º 0.98% 0.79% -
XYZ 29.22 41.5 61.73 -
YUV 136.23 164.55 33.69 -
System Red Green Blue C M Y K H S L
Decimal 4 191 201 0.98 0.05 0 0.21 183.05 0.96 0.4
Hex 4 BF C9 62 5 0 15 B7 60 28
Octal 4 277 311 142 5 0 25 267 140 50
Binary 100 10111111 11001001 1100010 101 0 10101 10110111 1100000 101000

Color Harmonies of #04BFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BFC9

Black with #04BFC9

Text Example


Text Example

White with #04BFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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