Html Css Color HEX #0AB7CD Iris Blue

📋 copy color: '#0AB7CD'

red 10 ◦ green 183 ◦ blue 205

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

Shades of Iris Blue #0AB7CD

Tints of Iris Blue #0AB7CD

RGB

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

 GREEN value IS 183 (71.88% from 255) = 45.98%

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

R = 2.51%
G = 45.98%
B = 51.51%

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

#0AB7CD (or 0x0AB7CD) is known color: Iris Blue. HEX triplet: 0A, B7 and CD. RGB value is (10,183,205). Sum of RGB (Red+Green+Blue) = 10+183+205=398 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.51% from 398); Green value is 183 (71.88% from 255 or 45.98% from 398); Blue value is 205 (80.47% from 255 or 51.51% from 398); Max value from RGB is 205 - color contains mainly: blue. Hex color #0AB7CD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AB7CD is #F54832. Grayscale: #858585. Windows color (decimal): -16074803 or 13481738. OLE color: 13481738.

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

Color convert

RGB 10 183 205 -
CMYK 0.95 0.11 0 0.20
HSL 186.77º 0.91% 0.42% -
HSV(B) 186.77º 0.95% 0.8% -
XYZ 28.08 38.34 63.68 -
YUV 133.78 168.19 39.71 -
System Red Green Blue C M Y K H S L
Decimal 10 183 205 0.95 0.11 0 0.20 186.77 0.91 0.42
Hex A B7 CD 5F B 0 14 BB 5B 2A
Octal 12 267 315 137 13 0 24 273 133 52
Binary 1010 10110111 11001101 1011111 1011 0 10100 10111011 1011011 101010

Color Harmonies of #0AB7CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB7CD

Black with #0AB7CD

Text Example


Text Example

White with #0AB7CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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