Html Css Color HEX #0AAECC Iris Blue

📋 copy color: '#0AAECC'

red 10 ◦ green 174 ◦ blue 204

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

Shades of Iris Blue #0AAECC

Tints of Iris Blue #0AAECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 52.58%

R = 2.58%
G = 44.85%
B = 52.58%

CMYK

 C value IS 0.95

 M value IS 0.15

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0AAECC (or 0x0AAECC) is known color: Iris Blue. HEX triplet: 0A, AE and CC. RGB value is (10,174,204). Sum of RGB (Red+Green+Blue) = 10+174+204=388 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.58% from 388); Green value is 174 (68.36% from 255 or 44.85% from 388); Blue value is 204 (80.08% from 255 or 52.58% from 388); Max value from RGB is 204 - color contains mainly: blue. Hex color #0AAECC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AAECC is #F55133. Grayscale: #808080. Windows color (decimal): -16077108 or 13413898. OLE color: 13413898.

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

Color convert

RGB 10 174 204 -
CMYK 0.95 0.15 0 0.2
HSL 189.28º 0.91% 0.42% -
HSV(B) 189.28º 0.95% 0.8% -
XYZ 26.16 34.7 62.45 -
YUV 128.38 170.67 43.56 -
System Red Green Blue C M Y K H S L
Decimal 10 174 204 0.95 0.15 0 0.2 189.28 0.91 0.42
Hex A AE CC 5F F 0 14 BD 5B 2A
Octal 12 256 314 137 17 0 24 275 133 52
Binary 1010 10101110 11001100 1011111 1111 0 10100 10111101 1011011 101010

Color Harmonies of #0AAECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAECC

Black with #0AAECC

Text Example


Text Example

White with #0AAECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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