Html Css Color HEX #0AB0CD Iris Blue

📋 copy color: '#0AB0CD'

red 10 ◦ green 176 ◦ blue 205

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

Shades of Iris Blue #0AB0CD

Tints of Iris Blue #0AB0CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 52.43%

R = 2.56%
G = 45.01%
B = 52.43%

CMYK

 C value IS 0.95

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0AB0CD (or 0x0AB0CD) is known color: Iris Blue. HEX triplet: 0A, B0 and CD. RGB value is (10,176,205). Sum of RGB (Red+Green+Blue) = 10+176+205=391 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.56% from 391); Green value is 176 (69.14% from 255 or 45.01% from 391); Blue value is 205 (80.47% from 255 or 52.43% from 391); Max value from RGB is 205 - color contains mainly: blue. Hex color #0AB0CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AB0CD is #F54F32. Grayscale: #818181. Windows color (decimal): -16076595 or 13479946. OLE color: 13479946.

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

Color convert

RGB 10 176 205 -
CMYK 0.95 0.14 0 0.20
HSL 188.92º 0.91% 0.42% -
HSV(B) 188.92º 0.95% 0.8% -
XYZ 26.67 35.52 63.21 -
YUV 129.67 170.5 42.64 -
System Red Green Blue C M Y K H S L
Decimal 10 176 205 0.95 0.14 0 0.20 188.92 0.91 0.42
Hex A B0 CD 5F E 0 14 BD 5B 2A
Octal 12 260 315 137 16 0 24 275 133 52
Binary 1010 10110000 11001101 1011111 1110 0 10100 10111101 1011011 101010

Color Harmonies of #0AB0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB0CD

Black with #0AB0CD

Text Example


Text Example

White with #0AB0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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