Html Css Color HEX #0AB5CB Iris Blue

📋 copy color: '#0AB5CB'

red 10 ◦ green 181 ◦ blue 203

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

Shades of Iris Blue #0AB5CB

Tints of Iris Blue #0AB5CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 51.52%

R = 2.54%
G = 45.94%
B = 51.52%

CMYK

 C value IS 0.95

 M value IS 0.11

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0AB5CB (or 0x0AB5CB) is known color: Iris Blue. HEX triplet: 0A, B5 and CB. RGB value is (10,181,203). Sum of RGB (Red+Green+Blue) = 10+181+203=394 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.54% from 394); Green value is 181 (71.09% from 255 or 45.94% from 394); Blue value is 203 (79.69% from 255 or 51.52% from 394); Max value from RGB is 203 - color contains mainly: blue. Hex color #0AB5CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AB5CB is #F54A34. Grayscale: #848484. Windows color (decimal): -16075317 or 13350154. OLE color: 13350154.

HSL color Cylindrical-coordinate representation of color #0AB5CB: hue angle of 186.84º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AB5CB is Cyan = 0.95, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 10 181 203 -
CMYK 0.95 0.11 0 0.20
HSL 186.84º 0.91% 0.42% -
HSV(B) 186.84º 0.95% 0.8% -
XYZ 27.43 37.42 62.28 -
YUV 132.38 167.85 40.71 -
System Red Green Blue C M Y K H S L
Decimal 10 181 203 0.95 0.11 0 0.20 186.84 0.91 0.42
Hex A B5 CB 5F B 0 14 BB 5B 2A
Octal 12 265 313 137 13 0 24 273 133 52
Binary 1010 10110101 11001011 1011111 1011 0 10100 10111011 1011011 101010

Color Harmonies of #0AB5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB5CB

Black with #0AB5CB

Text Example


Text Example

White with #0AB5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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