#0A84AF

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

Shades of Cerulean #0A84AF

Tints of Cerulean #0A84AF

Color information

#0A84AF (or 0x0A84AF) is unknown color: approx Cerulean. HEX triplet: 0A, 84 and AF. RGB value is (10,132,175). Sum of RGB (Red+Green+Blue) = 10+132+175=317 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.15% from 317); Green value is 132 (51.95% from 255 or 41.64% from 317); Blue value is 175 (68.75% from 255 or 55.21% from 317); Max value from RGB is 175 - color contains mainly: blue. Hex color #0A84AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A84AF is #F57B50. Grayscale: #646464. Windows color (decimal): -16087889 or 11502602. OLE color: 11502602.

HSL color Cylindrical-coordinate representation of color #0A84AF: hue angle of 195.64º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A84AF is Cyan = 0.94, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10132175-
CMYK0.940.2500.31
HSL195.64º89.19%36.27%-
HSV(B)195.64º94.29%68.63%-
XYZ16.1119.6643.5-
YUV100.42170.0863.5-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.15%
GREEN value IS 132 (51.95% from 255) = 41.64%
BLUE value IS 175 (68.75% from 255) = 55.21%
R=3.15%
G=41.64%
B=55.21%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal101321750.940.2500.31195.6489.1936.27
HexA84AF5E1901Fc45924
Octal122042571363103730413144
Binary10101000010010101111101111011001011111110001001011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A84AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,132,175); }

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

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

 a { background-color: rgb(10,132,175); }

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

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

 span { border-color: rgb(10,132,175); }

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