Html Css Color HEX #0ABEC2 Iris Blue

📋 copy color: '#0ABEC2'

red 10 ◦ green 190 ◦ blue 194

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

Shades of Iris Blue #0ABEC2

Tints of Iris Blue #0ABEC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 49.24%

R = 2.54%
G = 48.22%
B = 49.24%

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

#0ABEC2 (or 0x0ABEC2) is known color: Iris Blue. HEX triplet: 0A, BE and C2. RGB value is (10,190,194). Sum of RGB (Red+Green+Blue) = 10+190+194=394 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.54% from 394); Green value is 190 (74.61% from 255 or 48.22% from 394); Blue value is 194 (76.17% from 255 or 49.24% from 394); Max value from RGB is 194 - color contains mainly: blue. Hex color #0ABEC2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ABEC2 is #F5413D. Grayscale: #888888. Windows color (decimal): -16073022 or 12762634. OLE color: 12762634.

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

Color convert

RGB 10 190 194 -
CMYK 0.95 0.02 0 0.24
HSL 181.3º 0.9% 0.4% -
HSV(B) 181.3º 0.95% 0.76% -
XYZ 28.28 40.79 57.42 -
YUV 136.64 160.37 37.67 -
System Red Green Blue C M Y K H S L
Decimal 10 190 194 0.95 0.02 0 0.24 181.3 0.9 0.4
Hex A BE C2 5F 2 0 18 B5 5A 28
Octal 12 276 302 137 2 0 30 265 132 50
Binary 1010 10111110 11000010 1011111 10 0 11000 10110101 1011010 101000

Color Harmonies of #0ABEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABEC2

Black with #0ABEC2

Text Example


Text Example

White with #0ABEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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