#0A80BD

Color #0A80BD Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #0A80BD

Tints of Cerulean #0A80BD

Color information

#0A80BD (or 0x0A80BD) is unknown color: approx Cerulean. HEX triplet: 0A, 80 and BD. RGB value is (10,128,189). Sum of RGB (Red+Green+Blue) = 10+128+189=327 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.06% from 327); Green value is 128 (50.39% from 255 or 39.14% from 327); Blue value is 189 (74.22% from 255 or 57.80% from 327); Max value from RGB is 189 - color contains mainly: blue. Hex color #0A80BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A80BD is #F57F42. Grayscale: #636363. Windows color (decimal): -16088899 or 12419082. OLE color: 12419082.

HSL color Cylindrical-coordinate representation of color #0A80BD: hue angle of 200.45º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A80BD is Cyan = 0.95, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10128189-
CMYK0.950.3200.26
HSL200.45º89.95%39.02%-
HSV(B)200.45º94.71%74.12%-
XYZ17.0319.1850.95-
YUV99.67178.4164.04-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.06%
GREEN value IS 128 (50.39% from 255) = 39.14%
BLUE value IS 189 (74.22% from 255) = 57.80%
R=3.06%
G=39.14%
B=57.80%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal101281890.950.3200.26200.4589.9539.02
HexA80BD5F2001Ac85a27
Octal122002751374003231013247
Binary101010000000101111011011111100000011010110010001011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A80BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,128,189); }

 H1.HeaderClassName
 {
   color: #0A80BD;
 }
 .AnyTagClassName
 {
   color: #0A80BD;
 }
</style>
background-color css

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

 a { background-color: rgb(10,128,189); }

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

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

 span { border-color: rgb(10,128,189); }

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