Html Css Color HEX #0AB3CE Iris Blue

📋 copy color: '#0AB3CE'

red 10 ◦ green 179 ◦ blue 206

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

Shades of Iris Blue #0AB3CE

Tints of Iris Blue #0AB3CE

RGB

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

 GREEN value IS 179 (70.31% from 255) = 45.32%

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

R = 2.53%
G = 45.32%
B = 52.15%

CMYK

 C value IS 0.95

 M value IS 0.13

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0AB3CE (or 0x0AB3CE) is known color: Iris Blue. HEX triplet: 0A, B3 and CE. RGB value is (10,179,206). Sum of RGB (Red+Green+Blue) = 10+179+206=395 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.53% from 395); Green value is 179 (70.31% from 255 or 45.32% from 395); Blue value is 206 (80.86% from 255 or 52.15% from 395); Max value from RGB is 206 - color contains mainly: blue. Hex color #0AB3CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AB3CE is #F54C31. Grayscale: #838383. Windows color (decimal): -16075826 or 13546250. OLE color: 13546250.

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

Color convert

RGB 10 179 206 -
CMYK 0.95 0.13 0 0.19
HSL 188.27º 0.91% 0.42% -
HSV(B) 188.27º 0.95% 0.81% -
XYZ 27.39 36.76 64.04 -
YUV 131.55 170.01 41.3 -
System Red Green Blue C M Y K H S L
Decimal 10 179 206 0.95 0.13 0 0.19 188.27 0.91 0.42
Hex A B3 CE 5F D 0 13 BC 5B 2A
Octal 12 263 316 137 15 0 23 274 133 52
Binary 1010 10110011 11001110 1011111 1101 0 10011 10111100 1011011 101010

Color Harmonies of #0AB3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB3CE

Black with #0AB3CE

Text Example


Text Example

White with #0AB3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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