Html Css Color HEX #0AAEDA Iris Blue

📋 copy color: '#0AAEDA'

red 10 ◦ green 174 ◦ blue 218

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

Shades of Iris Blue #0AAEDA

Tints of Iris Blue #0AAEDA

RGB

 RED value IS 10 (4.3% from 255) = 2.49%

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

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

R = 2.49%
G = 43.28%
B = 54.23%

CMYK

 C value IS 0.95

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0AAEDA (or 0x0AAEDA) is known color: Iris Blue. HEX triplet: 0A, AE and DA. RGB value is (10,174,218). Sum of RGB (Red+Green+Blue) = 10+174+218=402 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.49% from 402); Green value is 174 (68.36% from 255 or 43.28% from 402); Blue value is 218 (85.55% from 255 or 54.23% from 402); Max value from RGB is 218 - color contains mainly: blue. Hex color #0AAEDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AAEDA is #F55125. Grayscale: #818181. Windows color (decimal): -16077094 or 14331402. OLE color: 14331402.

HSL color Cylindrical-coordinate representation of color #0AAEDA: hue angle of 192.69º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AAEDA is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 10 174 218 -
CMYK 0.95 0.20 0 0.15
HSL 192.69º 0.91% 0.45% -
HSV(B) 192.69º 0.95% 0.85% -
XYZ 27.92 35.4 71.69 -
YUV 129.98 177.67 42.42 -
System Red Green Blue C M Y K H S L
Decimal 10 174 218 0.95 0.20 0 0.15 192.69 0.91 0.45
Hex A AE DA 5F 14 0 F C1 5B 2D
Octal 12 256 332 137 24 0 17 301 133 55
Binary 1010 10101110 11011010 1011111 10100 0 1111 11000001 1011011 101101

Color Harmonies of #0AAEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAEDA

Black with #0AAEDA

Text Example


Text Example

White with #0AAEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0AAEDA; }

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

 H1.HeaderClassName
 {
   color: #0AAEDA;
 }
 .AnyTagClassName
 {
   color: #0AAEDA;
 }
</style>

background-color css

<style>
 a { background-color: #0AAEDA; }

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

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

border-color css

<style>
 span { border-color: #0AAEDA; }

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

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