#0A81BD

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

Shades of Cerulean #0A81BD

Tints of Cerulean #0A81BD

Color information

#0A81BD (or 0x0A81BD) is unknown color: approx Cerulean. HEX triplet: 0A, 81 and BD. RGB value is (10,129,189). Sum of RGB (Red+Green+Blue) = 10+129+189=328 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.05% from 328); Green value is 129 (50.78% from 255 or 39.33% from 328); Blue value is 189 (74.22% from 255 or 57.62% from 328); Max value from RGB is 189 - color contains mainly: blue. Hex color #0A81BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A81BD is #F57E42. Grayscale: #636363. Windows color (decimal): -16088643 or 12419338. OLE color: 12419338.

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

Color convert

RGB10129189-
CMYK0.950.3200.26
HSL200.11º89.95%39.02%-
HSV(B)200.11º94.71%74.12%-
XYZ17.1619.4450.99-
YUV100.26178.0863.62-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.05%
GREEN value IS 129 (50.78% from 255) = 39.33%
BLUE value IS 189 (74.22% from 255) = 57.62%
R=3.05%
G=39.33%
B=57.62%

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
Decimal101291890.950.3200.26200.1189.9539.02
HexA81BD5F2001Ac85a27
Octal122012751374003231013247
Binary101010000001101111011011111100000011010110010001011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A81BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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