Html Css Color HEX #0ABDC0 Iris Blue

📋 copy color: '#0ABDC0'

red 10 ◦ green 189 ◦ blue 192

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

Shades of Iris Blue #0ABDC0

Tints of Iris Blue #0ABDC0

RGB

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

 GREEN value IS 189 (74.22% from 255) = 48.34%

 BLUE value IS 192 (75.39% from 255) = 49.1%

R = 2.56%
G = 48.34%
B = 49.1%

CMYK

 C value IS 0.95

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0ABDC0 (or 0x0ABDC0) is known color: Iris Blue. HEX triplet: 0A, BD and C0. RGB value is (10,189,192). Sum of RGB (Red+Green+Blue) = 10+189+192=391 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.56% from 391); Green value is 189 (74.22% from 255 or 48.34% from 391); Blue value is 192 (75.39% from 255 or 49.10% from 391); Max value from RGB is 192 - color contains mainly: blue. Hex color #0ABDC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ABDC0 is #F5423F. Grayscale: #878787. Windows color (decimal): -16073280 or 12631306. OLE color: 12631306.

HSL color Cylindrical-coordinate representation of color #0ABDC0: hue angle of 180.99º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABDC0 is Cyan = 0.95, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 10 189 192 -
CMYK 0.95 0.02 0 0.25
HSL 180.99º 0.9% 0.4% -
HSV(B) 180.99º 0.95% 0.75% -
XYZ 27.84 40.27 56.17 -
YUV 135.82 159.7 38.26 -
System Red Green Blue C M Y K H S L
Decimal 10 189 192 0.95 0.02 0 0.25 180.99 0.9 0.4
Hex A BD C0 5F 2 0 19 B5 5A 28
Octal 12 275 300 137 2 0 31 265 132 50
Binary 1010 10111101 11000000 1011111 10 0 11001 10110101 1011010 101000

Color Harmonies of #0ABDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABDC0

Black with #0ABDC0

Text Example


Text Example

White with #0ABDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,189,192); }

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

background-color css

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

 a { background-color: rgb(10,189,192); }

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

border-color css

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

 span { border-color: rgb(10,189,192); }

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