Html Css Color HEX #0AB0CE Iris Blue

📋 copy color: '#0AB0CE'

red 10 ◦ green 176 ◦ blue 206

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

Shades of Iris Blue #0AB0CE

Tints of Iris Blue #0AB0CE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 44.9%

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

R = 2.55%
G = 44.9%
B = 52.55%

CMYK

 C value IS 0.95

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0AB0CE (or 0x0AB0CE) is known color: Iris Blue. HEX triplet: 0A, B0 and CE. RGB value is (10,176,206). Sum of RGB (Red+Green+Blue) = 10+176+206=392 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.55% from 392); Green value is 176 (69.14% from 255 or 44.90% from 392); Blue value is 206 (80.86% from 255 or 52.55% from 392); Max value from RGB is 206 - color contains mainly: blue. Hex color #0AB0CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AB0CE is #F54F31. Grayscale: #818181. Windows color (decimal): -16076594 or 13545482. OLE color: 13545482.

HSL color Cylindrical-coordinate representation of color #0AB0CE: hue angle of 189.18º 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 #0AB0CE is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 10 176 206 -
CMYK 0.95 0.15 0 0.19
HSL 189.18º 0.91% 0.42% -
HSV(B) 189.18º 0.95% 0.81% -
XYZ 26.79 35.57 63.85 -
YUV 129.79 171 42.56 -
System Red Green Blue C M Y K H S L
Decimal 10 176 206 0.95 0.15 0 0.19 189.18 0.91 0.42
Hex A B0 CE 5F F 0 13 BD 5B 2A
Octal 12 260 316 137 17 0 23 275 133 52
Binary 1010 10110000 11001110 1011111 1111 0 10011 10111101 1011011 101010

Color Harmonies of #0AB0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB0CE

Black with #0AB0CE

Text Example


Text Example

White with #0AB0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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