#0ABFC9

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

Shades of Iris Blue #0ABFC9

Tints of Iris Blue #0ABFC9

Color information

#0ABFC9 (or 0x0ABFC9) is unknown color: approx Iris Blue. HEX triplet: 0A, BF and C9. RGB value is (10,191,201). Sum of RGB (Red+Green+Blue) = 10+191+201=402 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.49% from 402); Green value is 191 (75% from 255 or 47.51% from 402); Blue value is 201 (78.91% from 255 or 50% from 402); Max value from RGB is 201 - color contains mainly: blue. Hex color #0ABFC9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ABFC9 is #F54036. Grayscale: #898989. Windows color (decimal): -16072759 or 13221642. OLE color: 13221642.

HSL color Cylindrical-coordinate representation of color #0ABFC9: hue angle of 183.14º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABFC9 is Cyan = 0.95, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB10191201-
CMYK0.950.0500.21
HSL183.14º90.52%41.37%-
HSV(B)183.14º95.02%78.82%-
XYZ29.341.5461.73-
YUV138.02163.5336.69-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.49%
GREEN value IS 191 (75% from 255) = 47.51%
BLUE value IS 201 (78.91% from 255) = 50%
R=2.49%
G=47.51%
B=50%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal101912010.950.0500.21183.1490.5241.37
HexABFC95F5015b75b29
Octal12277311137502526713351
Binary101010111111110010011011111101010101101101111011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ABFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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