Html Css Color HEX #04BFC4 Iris Blue

📋 copy color: '#04BFC4'

red 4 ◦ green 191 ◦ blue 196

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

Shades of Iris Blue #04BFC4

Tints of Iris Blue #04BFC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 50.13%

R = 1.02%
G = 48.85%
B = 50.13%

CMYK

 C value IS 0.98

 M value IS 0.03

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#04BFC4 (or 0x04BFC4) is known color: Iris Blue. HEX triplet: 04, BF and C4. RGB value is (4,191,196). Sum of RGB (Red+Green+Blue) = 4+191+196=391 (51% of max value = 765). Red value is 4 (1.95% from 255 or 1.02% from 391); Green value is 191 (75% from 255 or 48.85% from 391); Blue value is 196 (76.95% from 255 or 50.13% from 391); Max value from RGB is 196 - color contains mainly: blue. Hex color #04BFC4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BFC4 is #FB403B. Grayscale: #878787. Windows color (decimal): -16465980 or 12893956. OLE color: 12893956.

HSL color Cylindrical-coordinate representation of color #04BFC4: hue angle of 181.56º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BFC4 is Cyan = 0.98, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 4 191 196 -
CMYK 0.98 0.03 0 0.23
HSL 181.56º 0.96% 0.39% -
HSV(B) 181.56º 0.98% 0.77% -
XYZ 28.64 41.27 58.68 -
YUV 135.66 162.05 34.09 -
System Red Green Blue C M Y K H S L
Decimal 4 191 196 0.98 0.03 0 0.23 181.56 0.96 0.39
Hex 4 BF C4 62 3 0 17 B6 60 27
Octal 4 277 304 142 3 0 27 266 140 47
Binary 100 10111111 11000100 1100010 11 0 10111 10110110 1100000 100111

Color Harmonies of #04BFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BFC4

Black with #04BFC4

Text Example


Text Example

White with #04BFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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