Html Css Color HEX #04A8CD Iris Blue

📋 copy color: '#04A8CD'

red 4 ◦ green 168 ◦ blue 205

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

Shades of Iris Blue #04A8CD

Tints of Iris Blue #04A8CD

RGB

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

 GREEN value IS 168 (66.02% from 255) = 44.56%

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

R = 1.06%
G = 44.56%
B = 54.38%

CMYK

 C value IS 0.98

 M value IS 0.18

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#04A8CD (or 0x04A8CD) is known color: Iris Blue. HEX triplet: 04, A8 and CD. RGB value is (4,168,205). Sum of RGB (Red+Green+Blue) = 4+168+205=377 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.06% from 377); Green value is 168 (66.02% from 255 or 44.56% from 377); Blue value is 205 (80.47% from 255 or 54.38% from 377); Max value from RGB is 205 - color contains mainly: blue. Hex color #04A8CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04A8CD is #FB5732. Grayscale: #7A7A7A. Windows color (decimal): -16471859 or 13477892. OLE color: 13477892.

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

Color convert

RGB 4 168 205 -
CMYK 0.98 0.18 0 0.20
HSL 191.04º 0.96% 0.41% -
HSV(B) 191.04º 0.98% 0.8% -
XYZ 25.07 32.44 62.7 -
YUV 123.18 174.17 42.99 -
System Red Green Blue C M Y K H S L
Decimal 4 168 205 0.98 0.18 0 0.20 191.04 0.96 0.41
Hex 4 A8 CD 62 12 0 14 BF 60 29
Octal 4 250 315 142 22 0 24 277 140 51
Binary 100 10101000 11001101 1100010 10010 0 10100 10111111 1100000 101001

Color Harmonies of #04A8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04A8CD

Black with #04A8CD

Text Example


Text Example

White with #04A8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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