Html Css Color HEX #0AB5CE Iris Blue

📋 copy color: '#0AB5CE'

red 10 ◦ green 181 ◦ blue 206

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

Shades of Iris Blue #0AB5CE

Tints of Iris Blue #0AB5CE

RGB

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

 GREEN value IS 181 (71.09% from 255) = 45.59%

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

R = 2.52%
G = 45.59%
B = 51.89%

CMYK

 C value IS 0.95

 M value IS 0.12

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0AB5CE (or 0x0AB5CE) is known color: Iris Blue. HEX triplet: 0A, B5 and CE. RGB value is (10,181,206). Sum of RGB (Red+Green+Blue) = 10+181+206=397 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.52% from 397); Green value is 181 (71.09% from 255 or 45.59% from 397); Blue value is 206 (80.86% from 255 or 51.89% from 397); Max value from RGB is 206 - color contains mainly: blue. Hex color #0AB5CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AB5CE is #F54A31. Grayscale: #848484. Windows color (decimal): -16075314 or 13546762. OLE color: 13546762.

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

Color convert

RGB 10 181 206 -
CMYK 0.95 0.12 0 0.19
HSL 187.65º 0.91% 0.42% -
HSV(B) 187.65º 0.95% 0.81% -
XYZ 27.79 37.57 64.18 -
YUV 132.72 169.35 40.47 -
System Red Green Blue C M Y K H S L
Decimal 10 181 206 0.95 0.12 0 0.19 187.65 0.91 0.42
Hex A B5 CE 5F C 0 13 BC 5B 2A
Octal 12 265 316 137 14 0 23 274 133 52
Binary 1010 10110101 11001110 1011111 1100 0 10011 10111100 1011011 101010

Color Harmonies of #0AB5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB5CE

Black with #0AB5CE

Text Example


Text Example

White with #0AB5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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