Html Css Color HEX #04BFD0 Iris Blue

📋 copy color: '#04BFD0'

red 4 ◦ green 191 ◦ blue 208

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

Shades of Iris Blue #04BFD0

Tints of Iris Blue #04BFD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 51.61%

R = 0.99%
G = 47.39%
B = 51.61%

CMYK

 C value IS 0.98

 M value IS 0.08

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#04BFD0 (or 0x04BFD0) is known color: Iris Blue. HEX triplet: 04, BF and D0. RGB value is (4,191,208). Sum of RGB (Red+Green+Blue) = 4+191+208=403 (53% of max value = 765). Red value is 4 (1.95% from 255 or 0.99% from 403); Green value is 191 (75% from 255 or 47.39% from 403); Blue value is 208 (81.64% from 255 or 51.61% from 403); Max value from RGB is 208 - color contains mainly: blue. Hex color #04BFD0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BFD0 is #FB402F. Grayscale: #888888. Windows color (decimal): -16465968 or 13680388. OLE color: 13680388.

HSL color Cylindrical-coordinate representation of color #04BFD0: hue angle of 185º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BFD0 is Cyan = 0.98, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 4 191 208 -
CMYK 0.98 0.08 0 0.18
HSL 185º 0.96% 0.42% -
HSV(B) 185º 0.98% 0.82% -
XYZ 30.07 41.84 66.17 -
YUV 137.03 168.05 33.12 -
System Red Green Blue C M Y K H S L
Decimal 4 191 208 0.98 0.08 0 0.18 185 0.96 0.42
Hex 4 BF D0 62 8 0 12 B9 60 2A
Octal 4 277 320 142 10 0 22 271 140 52
Binary 100 10111111 11010000 1100010 1000 0 10010 10111001 1100000 101010

Color Harmonies of #04BFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BFD0

Black with #04BFD0

Text Example


Text Example

White with #04BFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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