Html Css Color HEX #0AAECE Iris Blue

📋 copy color: '#0AAECE'

red 10 ◦ green 174 ◦ blue 206

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

Shades of Iris Blue #0AAECE

Tints of Iris Blue #0AAECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.82%

R = 2.56%
G = 44.62%
B = 52.82%

CMYK

 C value IS 0.95

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0AAECE (or 0x0AAECE) is known color: Iris Blue. HEX triplet: 0A, AE and CE. RGB value is (10,174,206). Sum of RGB (Red+Green+Blue) = 10+174+206=390 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.56% from 390); Green value is 174 (68.36% from 255 or 44.62% from 390); Blue value is 206 (80.86% from 255 or 52.82% from 390); Max value from RGB is 206 - color contains mainly: blue. Hex color #0AAECE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AAECE is #F55131. Grayscale: #808080. Windows color (decimal): -16077106 or 13544970. OLE color: 13544970.

HSL color Cylindrical-coordinate representation of color #0AAECE: hue angle of 189.8º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AAECE is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 10 174 206 -
CMYK 0.95 0.16 0 0.19
HSL 189.8º 0.91% 0.42% -
HSV(B) 189.8º 0.95% 0.81% -
XYZ 26.4 34.79 63.72 -
YUV 128.61 171.67 43.4 -
System Red Green Blue C M Y K H S L
Decimal 10 174 206 0.95 0.16 0 0.19 189.8 0.91 0.42
Hex A AE CE 5F 10 0 13 BE 5B 2A
Octal 12 256 316 137 20 0 23 276 133 52
Binary 1010 10101110 11001110 1011111 10000 0 10011 10111110 1011011 101010

Color Harmonies of #0AAECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAECE

Black with #0AAECE

Text Example


Text Example

White with #0AAECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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