Html Css Color HEX #0ABEC1 Iris Blue

📋 copy color: '#0ABEC1'

red 10 ◦ green 190 ◦ blue 193

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

Shades of Iris Blue #0ABEC1

Tints of Iris Blue #0ABEC1

RGB

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

 GREEN value IS 190 (74.61% from 255) = 48.35%

 BLUE value IS 193 (75.78% from 255) = 49.11%

R = 2.54%
G = 48.35%
B = 49.11%

CMYK

 C value IS 0.95

 M value IS 0.02

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#0ABEC1 (or 0x0ABEC1) is known color: Iris Blue. HEX triplet: 0A, BE and C1. RGB value is (10,190,193). Sum of RGB (Red+Green+Blue) = 10+190+193=393 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.54% from 393); Green value is 190 (74.61% from 255 or 48.35% from 393); Blue value is 193 (75.78% from 255 or 49.11% from 393); Max value from RGB is 193 - color contains mainly: blue. Hex color #0ABEC1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ABEC1 is #F5413E. Grayscale: #888888. Windows color (decimal): -16073023 or 12697098. OLE color: 12697098.

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

Color convert

RGB 10 190 193 -
CMYK 0.95 0.02 0 0.24
HSL 180.98º 0.9% 0.4% -
HSV(B) 180.98º 0.95% 0.76% -
XYZ 28.16 40.74 56.83 -
YUV 136.52 159.87 37.76 -
System Red Green Blue C M Y K H S L
Decimal 10 190 193 0.95 0.02 0 0.24 180.98 0.9 0.4
Hex A BE C1 5F 2 0 18 B5 5A 28
Octal 12 276 301 137 2 0 30 265 132 50
Binary 1010 10111110 11000001 1011111 10 0 11000 10110101 1011010 101000

Color Harmonies of #0ABEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABEC1

Black with #0ABEC1

Text Example


Text Example

White with #0ABEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,190,193); }

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

background-color css

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

 a { background-color: rgb(10,190,193); }

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

border-color css

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

 span { border-color: rgb(10,190,193); }

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