Html Css Color HEX #0AB1CE Iris Blue

📋 copy color: '#0AB1CE'

red 10 ◦ green 177 ◦ blue 206

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

Shades of Iris Blue #0AB1CE

Tints of Iris Blue #0AB1CE

RGB

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

 GREEN value IS 177 (69.53% from 255) = 45.04%

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

R = 2.54%
G = 45.04%
B = 52.42%

CMYK

 C value IS 0.95

 M value IS 0.14

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0AB1CE (or 0x0AB1CE) is known color: Iris Blue. HEX triplet: 0A, B1 and CE. RGB value is (10,177,206). Sum of RGB (Red+Green+Blue) = 10+177+206=393 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.54% from 393); Green value is 177 (69.53% from 255 or 45.04% from 393); Blue value is 206 (80.86% from 255 or 52.42% from 393); Max value from RGB is 206 - color contains mainly: blue. Hex color #0AB1CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AB1CE is #F54E31. Grayscale: #828282. Windows color (decimal): -16076338 or 13545738. OLE color: 13545738.

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

Color convert

RGB 10 177 206 -
CMYK 0.95 0.14 0 0.19
HSL 188.88º 0.91% 0.42% -
HSV(B) 188.88º 0.95% 0.81% -
XYZ 26.99 35.97 63.91 -
YUV 130.37 170.67 42.14 -
System Red Green Blue C M Y K H S L
Decimal 10 177 206 0.95 0.14 0 0.19 188.88 0.91 0.42
Hex A B1 CE 5F E 0 13 BD 5B 2A
Octal 12 261 316 137 16 0 23 275 133 52
Binary 1010 10110001 11001110 1011111 1110 0 10011 10111101 1011011 101010

Color Harmonies of #0AB1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB1CE

Black with #0AB1CE

Text Example


Text Example

White with #0AB1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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