#0ABCBF

Color #0ABCBF Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #0ABCBF

Tints of Iris Blue #0ABCBF

Color information

#0ABCBF (or 0x0ABCBF) is unknown color: approx Iris Blue. HEX triplet: 0A, BC and BF. RGB value is (10,188,191). Sum of RGB (Red+Green+Blue) = 10+188+191=389 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.57% from 389); Green value is 188 (73.83% from 255 or 48.33% from 389); Blue value is 191 (75% from 255 or 49.10% from 389); Max value from RGB is 191 - color contains mainly: blue. Hex color #0ABCBF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ABCBF is #F54340. Grayscale: #868686. Windows color (decimal): -16073537 or 12565514. OLE color: 12565514.

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

Color convert

RGB10188191-
CMYK0.950.0200.25
HSL180.99º90.05%39.41%-
HSV(B)180.99º94.76%74.9%-
XYZ27.5139.7955.52-
YUV135.12159.5338.76-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.57%
GREEN value IS 188 (73.83% from 255) = 48.33%
BLUE value IS 191 (75% from 255) = 49.10%
R=2.57%
G=48.33%
B=49.10%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal101881910.950.0200.25180.9990.0539.41
HexABCBF5F2019b55a27
Octal12274277137203126513247
Binary10101011110010111111101111110011001101101011011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ABCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0ABCBF;
 }
 .AnyTagClassName
 {
   color: #0ABCBF;
 }
</style>
background-color css

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

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

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

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

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

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