Html Css Color HEX #0AB8CE Iris Blue

📋 copy color: '#0AB8CE'

red 10 ◦ green 184 ◦ blue 206

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

Shades of Iris Blue #0AB8CE

Tints of Iris Blue #0AB8CE

RGB

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

 GREEN value IS 184 (72.27% from 255) = 46%

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

R = 2.5%
G = 46%
B = 51.5%

CMYK

 C value IS 0.95

 M value IS 0.11

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0AB8CE (or 0x0AB8CE) is known color: Iris Blue. HEX triplet: 0A, B8 and CE. RGB value is (10,184,206). Sum of RGB (Red+Green+Blue) = 10+184+206=400 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.5% from 400); Green value is 184 (72.27% from 255 or 46% from 400); Blue value is 206 (80.86% from 255 or 51.5% from 400); Max value from RGB is 206 - color contains mainly: blue. Hex color #0AB8CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AB8CE is #F54731. Grayscale: #868686. Windows color (decimal): -16074546 or 13547530. OLE color: 13547530.

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

Color convert

RGB 10 184 206 -
CMYK 0.95 0.11 0 0.19
HSL 186.73º 0.91% 0.42% -
HSV(B) 186.73º 0.95% 0.81% -
XYZ 28.41 38.8 64.38 -
YUV 134.48 168.35 39.21 -
System Red Green Blue C M Y K H S L
Decimal 10 184 206 0.95 0.11 0 0.19 186.73 0.91 0.42
Hex A B8 CE 5F B 0 13 BB 5B 2A
Octal 12 270 316 137 13 0 23 273 133 52
Binary 1010 10111000 11001110 1011111 1011 0 10011 10111011 1011011 101010

Color Harmonies of #0AB8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB8CE

Black with #0AB8CE

Text Example


Text Example

White with #0AB8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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