Html Css Color HEX #0AAABB Iris Blue

📋 copy color: '#0AAABB'

red 10 ◦ green 170 ◦ blue 187

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

Shades of Iris Blue #0AAABB

Tints of Iris Blue #0AAABB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 46.32%

 BLUE value IS 187 (73.44% from 255) = 50.95%

R = 2.72%
G = 46.32%
B = 50.95%

CMYK

 C value IS 0.95

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0AAABB (or 0x0AAABB) is known color: Iris Blue. HEX triplet: 0A, AA and BB. RGB value is (10,170,187). Sum of RGB (Red+Green+Blue) = 10+170+187=367 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.72% from 367); Green value is 170 (66.80% from 255 or 46.32% from 367); Blue value is 187 (73.44% from 255 or 50.95% from 367); Max value from RGB is 187 - color contains mainly: blue. Hex color #0AAABB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AAABB is #F55544. Grayscale: #7B7B7B. Windows color (decimal): -16078149 or 12298762. OLE color: 12298762.

HSL color Cylindrical-coordinate representation of color #0AAABB: hue angle of 185.76º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AAABB is Cyan = 0.95, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 10 170 187 -
CMYK 0.95 0.09 0 0.27
HSL 185.76º 0.9% 0.39% -
HSV(B) 185.76º 0.95% 0.73% -
XYZ 23.47 32.4 52.03 -
YUV 124.1 163.49 46.62 -
System Red Green Blue C M Y K H S L
Decimal 10 170 187 0.95 0.09 0 0.27 185.76 0.9 0.39
Hex A AA BB 5F 9 0 1B BA 5A 27
Octal 12 252 273 137 11 0 33 272 132 47
Binary 1010 10101010 10111011 1011111 1001 0 11011 10111010 1011010 100111

Color Harmonies of #0AAABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAABB

Black with #0AAABB

Text Example


Text Example

White with #0AAABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,170,187); }

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

background-color css

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

 a { background-color: rgb(10,170,187); }

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

border-color css

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

 span { border-color: rgb(10,170,187); }

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