#0A82BC

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

Shades of Cerulean #0A82BC

Tints of Cerulean #0A82BC

Color information

#0A82BC (or 0x0A82BC) is unknown color: approx Cerulean. HEX triplet: 0A, 82 and BC. RGB value is (10,130,188). Sum of RGB (Red+Green+Blue) = 10+130+188=328 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.05% from 328); Green value is 130 (51.17% from 255 or 39.63% from 328); Blue value is 188 (73.83% from 255 or 57.32% from 328); Max value from RGB is 188 - color contains mainly: blue. Hex color #0A82BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A82BC is #F57D43. Grayscale: #646464. Windows color (decimal): -16088388 or 12354058. OLE color: 12354058.

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

Color convert

RGB10130188-
CMYK0.950.3100.26
HSL199.55º89.9%38.82%-
HSV(B)199.55º94.68%73.73%-
XYZ17.1819.6650.47-
YUV100.73177.2463.28-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.05%
GREEN value IS 130 (51.17% from 255) = 39.63%
BLUE value IS 188 (73.83% from 255) = 57.32%
R=3.05%
G=39.63%
B=57.32%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal101301880.950.3100.26199.5589.938.82
HexA82BC5F1F01Ac85a27
Octal122022741373703231013247
Binary10101000001010111100101111111111011010110010001011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A82BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,130,188); }

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

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

 a { background-color: rgb(10,130,188); }

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

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

 span { border-color: rgb(10,130,188); }

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