Html Css Color HEX #08AEDA Iris Blue

📋 copy color: '#08AEDA'

red 8 ◦ green 174 ◦ blue 218

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

Shades of Iris Blue #08AEDA

Tints of Iris Blue #08AEDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 54.5%

R = 2%
G = 43.5%
B = 54.5%

CMYK

 C value IS 0.96

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#08AEDA (or 0x08AEDA) is known color: Iris Blue. HEX triplet: 08, AE and DA. RGB value is (8,174,218). Sum of RGB (Red+Green+Blue) = 8+174+218=400 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2% from 400); Green value is 174 (68.36% from 255 or 43.5% from 400); Blue value is 218 (85.55% from 255 or 54.5% from 400); Max value from RGB is 218 - color contains mainly: blue. Hex color #08AEDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #08AEDA is #F75125. Grayscale: #818181. Windows color (decimal): -16208166 or 14331400. OLE color: 14331400.

HSL color Cylindrical-coordinate representation of color #08AEDA: hue angle of 192.57º 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 #08AEDA is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 8 174 218 -
CMYK 0.96 0.20 0 0.15
HSL 192.57º 0.93% 0.44% -
HSV(B) 192.57º 0.96% 0.85% -
XYZ 27.89 35.39 71.69 -
YUV 129.38 178 41.42 -
System Red Green Blue C M Y K H S L
Decimal 8 174 218 0.96 0.20 0 0.15 192.57 0.93 0.44
Hex 8 AE DA 60 14 0 F C1 5D 2C
Octal 10 256 332 140 24 0 17 301 135 54
Binary 1000 10101110 11011010 1100000 10100 0 1111 11000001 1011101 101100

Color Harmonies of #08AEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08AEDA

Black with #08AEDA

Text Example


Text Example

White with #08AEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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