Html Css Color HEX #08AED8 Iris Blue

📋 copy color: '#08AED8'

red 8 ◦ green 174 ◦ blue 216

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

Shades of Iris Blue #08AED8

Tints of Iris Blue #08AED8

RGB

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

 GREEN value IS 174 (68.36% from 255) = 43.72%

 BLUE value IS 216 (84.77% from 255) = 54.27%

R = 2.01%
G = 43.72%
B = 54.27%

CMYK

 C value IS 0.96

 M value IS 0.19

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#08AED8 (or 0x08AED8) is known color: Iris Blue. HEX triplet: 08, AE and D8. RGB value is (8,174,216). Sum of RGB (Red+Green+Blue) = 8+174+216=398 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2.01% from 398); Green value is 174 (68.36% from 255 or 43.72% from 398); Blue value is 216 (84.77% from 255 or 54.27% from 398); Max value from RGB is 216 - color contains mainly: blue. Hex color #08AED8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #08AED8 is #F75127. Grayscale: #808080. Windows color (decimal): -16208168 or 14200328. OLE color: 14200328.

HSL color Cylindrical-coordinate representation of color #08AED8: hue angle of 192.12º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08AED8 is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 8 174 216 -
CMYK 0.96 0.19 0 0.15
HSL 192.12º 0.93% 0.44% -
HSV(B) 192.12º 0.96% 0.85% -
XYZ 27.63 35.28 70.32 -
YUV 129.15 177 41.58 -
System Red Green Blue C M Y K H S L
Decimal 8 174 216 0.96 0.19 0 0.15 192.12 0.93 0.44
Hex 8 AE D8 60 13 0 F C0 5D 2C
Octal 10 256 330 140 23 0 17 300 135 54
Binary 1000 10101110 11011000 1100000 10011 0 1111 11000000 1011101 101100

Color Harmonies of #08AED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08AED8

Black with #08AED8

Text Example


Text Example

White with #08AED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,174,216); }

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

background-color css

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

 a { background-color: rgb(8,174,216); }

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

border-color css

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

 span { border-color: rgb(8,174,216); }

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