Html Css Color HEX #0AB2CE Iris Blue

📋 copy color: '#0AB2CE'

red 10 ◦ green 178 ◦ blue 206

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

Shades of Iris Blue #0AB2CE

Tints of Iris Blue #0AB2CE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 45.18%

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

R = 2.54%
G = 45.18%
B = 52.28%

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

#0AB2CE (or 0x0AB2CE) is known color: Iris Blue. HEX triplet: 0A, B2 and CE. RGB value is (10,178,206). Sum of RGB (Red+Green+Blue) = 10+178+206=394 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.54% from 394); Green value is 178 (69.92% from 255 or 45.18% from 394); Blue value is 206 (80.86% from 255 or 52.28% from 394); Max value from RGB is 206 - color contains mainly: blue. Hex color #0AB2CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AB2CE is #F54D31. Grayscale: #828282. Windows color (decimal): -16076082 or 13545994. OLE color: 13545994.

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

Color convert

RGB 10 178 206 -
CMYK 0.95 0.14 0 0.19
HSL 188.57º 0.91% 0.42% -
HSV(B) 188.57º 0.95% 0.81% -
XYZ 27.19 36.36 63.98 -
YUV 130.96 170.34 41.72 -
System Red Green Blue C M Y K H S L
Decimal 10 178 206 0.95 0.14 0 0.19 188.57 0.91 0.42
Hex A B2 CE 5F E 0 13 BD 5B 2A
Octal 12 262 316 137 16 0 23 275 133 52
Binary 1010 10110010 11001110 1011111 1110 0 10011 10111101 1011011 101010

Color Harmonies of #0AB2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB2CE

Black with #0AB2CE

Text Example


Text Example

White with #0AB2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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