Html Css Color HEX #0ABECE Iris Blue

📋 copy color: '#0ABECE'

red 10 ◦ green 190 ◦ blue 206

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

Shades of Iris Blue #0ABECE

Tints of Iris Blue #0ABECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.74%

R = 2.46%
G = 46.8%
B = 50.74%

CMYK

 C value IS 0.95

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0ABECE (or 0x0ABECE) is known color: Iris Blue. HEX triplet: 0A, BE and CE. RGB value is (10,190,206). Sum of RGB (Red+Green+Blue) = 10+190+206=406 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.46% from 406); Green value is 190 (74.61% from 255 or 46.80% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #0ABECE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ABECE is #F54131. Grayscale: #898989. Windows color (decimal): -16073010 or 13549066. OLE color: 13549066.

HSL color Cylindrical-coordinate representation of color #0ABECE: hue angle of 184.9º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABECE is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 10 190 206 -
CMYK 0.95 0.08 0 0.19
HSL 184.9º 0.91% 0.42% -
HSV(B) 184.9º 0.95% 0.81% -
XYZ 29.68 41.35 64.81 -
YUV 138 166.37 36.7 -
System Red Green Blue C M Y K H S L
Decimal 10 190 206 0.95 0.08 0 0.19 184.9 0.91 0.42
Hex A BE CE 5F 8 0 13 B9 5B 2A
Octal 12 276 316 137 10 0 23 271 133 52
Binary 1010 10111110 11001110 1011111 1000 0 10011 10111001 1011011 101010

Color Harmonies of #0ABECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABECE

Black with #0ABECE

Text Example


Text Example

White with #0ABECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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