Html Css Color HEX #08ADE4 Iris Blue

📋 copy color: '#08ADE4'

red 8 ◦ green 173 ◦ blue 228

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

Shades of Iris Blue #08ADE4

Tints of Iris Blue #08ADE4

RGB

 RED value IS 8 (3.52% from 255) = 1.96%

 GREEN value IS 173 (67.97% from 255) = 42.3%

 BLUE value IS 228 (89.45% from 255) = 55.75%

R = 1.96%
G = 42.3%
B = 55.75%

CMYK

 C value IS 0.96

 M value IS 0.24

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#08ADE4 (or 0x08ADE4) is known color: Iris Blue. HEX triplet: 08, AD and E4. RGB value is (8,173,228). Sum of RGB (Red+Green+Blue) = 8+173+228=409 (54% of max value = 765). Red value is 8 (3.52% from 255 or 1.96% from 409); Green value is 173 (67.97% from 255 or 42.30% from 409); Blue value is 228 (89.45% from 255 or 55.75% from 409); Max value from RGB is 228 - color contains mainly: blue. Hex color #08ADE4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #08ADE4 is #F7521B. Grayscale: #818181. Windows color (decimal): -16208412 or 14986504. OLE color: 14986504.

HSL color Cylindrical-coordinate representation of color #08ADE4: hue angle of 195º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08ADE4 is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 8 173 228 -
CMYK 0.96 0.24 0 0.11
HSL 195º 0.93% 0.46% -
HSV(B) 195º 0.96% 0.89% -
XYZ 29.05 35.54 78.73 -
YUV 129.94 183.34 41.03 -
System Red Green Blue C M Y K H S L
Decimal 8 173 228 0.96 0.24 0 0.11 195 0.93 0.46
Hex 8 AD E4 60 18 0 B C3 5D 2E
Octal 10 255 344 140 30 0 13 303 135 56
Binary 1000 10101101 11100100 1100000 11000 0 1011 11000011 1011101 101110

Color Harmonies of #08ADE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08ADE4

Black with #08ADE4

Text Example


Text Example

White with #08ADE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08ADE4; }

 p { color: rgb(8,173,228); }

 H1.HeaderClassName
 {
   color: #08ADE4;
 }
 .AnyTagClassName
 {
   color: #08ADE4;
 }
</style>

background-color css

<style>
 a { background-color: #08ADE4; }

 a { background-color: rgb(8,173,228); }

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

border-color css

<style>
 span { border-color: #08ADE4; }

 span { border-color: rgb(8,173,228); }

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