Html Css Color HEX #0AB7DB Iris Blue

📋 copy color: '#0AB7DB'

red 10 ◦ green 183 ◦ blue 219

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

Shades of Iris Blue #0AB7DB

Tints of Iris Blue #0AB7DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 53.16%

R = 2.43%
G = 44.42%
B = 53.16%

CMYK

 C value IS 0.95

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0AB7DB (or 0x0AB7DB) is known color: Iris Blue. HEX triplet: 0A, B7 and DB. RGB value is (10,183,219). Sum of RGB (Red+Green+Blue) = 10+183+219=412 (54% of max value = 765). Red value is 10 (4.30% from 255 or 2.43% from 412); Green value is 183 (71.88% from 255 or 44.42% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #0AB7DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AB7DB is #F54824. Grayscale: #878787. Windows color (decimal): -16074789 or 14399242. OLE color: 14399242.

HSL color Cylindrical-coordinate representation of color #0AB7DB: hue angle of 190.33º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AB7DB is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 10 183 219 -
CMYK 0.95 0.16 0 0.14
HSL 190.33º 0.91% 0.45% -
HSV(B) 190.33º 0.95% 0.86% -
XYZ 29.84 39.05 72.98 -
YUV 135.38 175.19 38.57 -
System Red Green Blue C M Y K H S L
Decimal 10 183 219 0.95 0.16 0 0.14 190.33 0.91 0.45
Hex A B7 DB 5F 10 0 E BE 5B 2D
Octal 12 267 333 137 20 0 16 276 133 55
Binary 1010 10110111 11011011 1011111 10000 0 1110 10111110 1011011 101101

Color Harmonies of #0AB7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB7DB

Black with #0AB7DB

Text Example


Text Example

White with #0AB7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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