Html Css Color HEX #0ABDBF Iris Blue

📋 copy color: '#0ABDBF'

red 10 ◦ green 189 ◦ blue 191

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

Shades of Iris Blue #0ABDBF

Tints of Iris Blue #0ABDBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 48.97%

R = 2.56%
G = 48.46%
B = 48.97%

CMYK

 C value IS 0.95

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0ABDBF (or 0x0ABDBF) is known color: Iris Blue. HEX triplet: 0A, BD and BF. RGB value is (10,189,191). Sum of RGB (Red+Green+Blue) = 10+189+191=390 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.56% from 390); Green value is 189 (74.22% from 255 or 48.46% from 390); Blue value is 191 (75% from 255 or 48.97% from 390); Max value from RGB is 191 - color contains mainly: blue. Hex color #0ABDBF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ABDBF is #F54240. Grayscale: #878787. Windows color (decimal): -16073281 or 12565770. OLE color: 12565770.

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

Color convert

RGB 10 189 191 -
CMYK 0.95 0.01 0 0.25
HSL 180.66º 0.9% 0.39% -
HSV(B) 180.66º 0.95% 0.75% -
XYZ 27.73 40.22 55.59 -
YUV 135.71 159.2 38.34 -
System Red Green Blue C M Y K H S L
Decimal 10 189 191 0.95 0.01 0 0.25 180.66 0.9 0.39
Hex A BD BF 5F 1 0 19 B5 5A 27
Octal 12 275 277 137 1 0 31 265 132 47
Binary 1010 10111101 10111111 1011111 1 0 11001 10110101 1011010 100111

Color Harmonies of #0ABDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABDBF

Black with #0ABDBF

Text Example


Text Example

White with #0ABDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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