Html Css Color HEX #04BACD Iris Blue

📋 copy color: '#04BACD'

red 4 ◦ green 186 ◦ blue 205

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

Shades of Iris Blue #04BACD

Tints of Iris Blue #04BACD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 47.09%

 BLUE value IS 205 (80.47% from 255) = 51.9%

R = 1.01%
G = 47.09%
B = 51.9%

CMYK

 C value IS 0.98

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#04BACD (or 0x04BACD) is known color: Iris Blue. HEX triplet: 04, BA and CD. RGB value is (4,186,205). Sum of RGB (Red+Green+Blue) = 4+186+205=395 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.01% from 395); Green value is 186 (73.05% from 255 or 47.09% from 395); Blue value is 205 (80.47% from 255 or 51.90% from 395); Max value from RGB is 205 - color contains mainly: blue. Hex color #04BACD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BACD is #FB4532. Grayscale: #858585. Windows color (decimal): -16467251 or 13482500. OLE color: 13482500.

HSL color Cylindrical-coordinate representation of color #04BACD: hue angle of 185.67º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BACD is Cyan = 0.98, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 4 186 205 -
CMYK 0.98 0.09 0 0.20
HSL 185.67º 0.96% 0.41% -
HSV(B) 185.67º 0.98% 0.8% -
XYZ 28.63 39.55 63.88 -
YUV 133.75 168.2 35.46 -
System Red Green Blue C M Y K H S L
Decimal 4 186 205 0.98 0.09 0 0.20 185.67 0.96 0.41
Hex 4 BA CD 62 9 0 14 BA 60 29
Octal 4 272 315 142 11 0 24 272 140 51
Binary 100 10111010 11001101 1100010 1001 0 10100 10111010 1100000 101001

Color Harmonies of #04BACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BACD

Black with #04BACD

Text Example


Text Example

White with #04BACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,186,205); }

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

background-color css

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

 a { background-color: rgb(4,186,205); }

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

border-color css

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

 span { border-color: rgb(4,186,205); }

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