Html Css Color HEX #04B0CE Iris Blue

📋 copy color: '#04B0CE'

red 4 ◦ green 176 ◦ blue 206

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

Shades of Iris Blue #04B0CE

Tints of Iris Blue #04B0CE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 45.6%

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

R = 1.04%
G = 45.6%
B = 53.37%

CMYK

 C value IS 0.98

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#04B0CE (or 0x04B0CE) is known color: Iris Blue. HEX triplet: 04, B0 and CE. RGB value is (4,176,206). Sum of RGB (Red+Green+Blue) = 4+176+206=386 (51% of max value = 765). Red value is 4 (1.95% from 255 or 1.04% from 386); Green value is 176 (69.14% from 255 or 45.60% from 386); Blue value is 206 (80.86% from 255 or 53.37% from 386); Max value from RGB is 206 - color contains mainly: blue. Hex color #04B0CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04B0CE is #FB4F31. Grayscale: #7F7F7F. Windows color (decimal): -16469810 or 13545476. OLE color: 13545476.

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

Color convert

RGB 4 176 206 -
CMYK 0.98 0.15 0 0.19
HSL 188.91º 0.96% 0.41% -
HSV(B) 188.91º 0.98% 0.81% -
XYZ 26.72 35.53 63.84 -
YUV 127.99 172.02 39.56 -
System Red Green Blue C M Y K H S L
Decimal 4 176 206 0.98 0.15 0 0.19 188.91 0.96 0.41
Hex 4 B0 CE 62 F 0 13 BD 60 29
Octal 4 260 316 142 17 0 23 275 140 51
Binary 100 10110000 11001110 1100010 1111 0 10011 10111101 1100000 101001

Color Harmonies of #04B0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04B0CE

Black with #04B0CE

Text Example


Text Example

White with #04B0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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