Html Css Color HEX #0ABAE1 Iris Blue

📋 copy color: '#0ABAE1'

red 10 ◦ green 186 ◦ blue 225

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

Shades of Iris Blue #0ABAE1

Tints of Iris Blue #0ABAE1

RGB

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

 GREEN value IS 186 (73.05% from 255) = 44.18%

 BLUE value IS 225 (88.28% from 255) = 53.44%

R = 2.38%
G = 44.18%
B = 53.44%

CMYK

 C value IS 0.96

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#0ABAE1 (or 0x0ABAE1) is known color: Iris Blue. HEX triplet: 0A, BA and E1. RGB value is (10,186,225). Sum of RGB (Red+Green+Blue) = 10+186+225=421 (55% of max value = 765). Red value is 10 (4.30% from 255 or 2.38% from 421); Green value is 186 (73.05% from 255 or 44.18% from 421); Blue value is 225 (88.28% from 255 or 53.44% from 421); Max value from RGB is 225 - color contains mainly: blue. Hex color #0ABAE1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ABAE1 is #F5451E. Grayscale: #898989. Windows color (decimal): -16074015 or 14793226. OLE color: 14793226.

HSL color Cylindrical-coordinate representation of color #0ABAE1: hue angle of 190.88º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ABAE1 is Cyan = 0.96, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 10 186 225 -
CMYK 0.96 0.17 0 0.12
HSL 190.88º 0.91% 0.46% -
HSV(B) 190.88º 0.96% 0.88% -
XYZ 31.27 40.62 77.43 -
YUV 137.82 177.19 36.83 -
System Red Green Blue C M Y K H S L
Decimal 10 186 225 0.96 0.17 0 0.12 190.88 0.91 0.46
Hex A BA E1 60 11 0 C BF 5B 2E
Octal 12 272 341 140 21 0 14 277 133 56
Binary 1010 10111010 11100001 1100000 10001 0 1100 10111111 1011011 101110

Color Harmonies of #0ABAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABAE1

Black with #0ABAE1

Text Example


Text Example

White with #0ABAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,186,225); }

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

background-color css

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

 a { background-color: rgb(10,186,225); }

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

border-color css

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

 span { border-color: rgb(10,186,225); }

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