#097ABD

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

Shades of Cerulean #097ABD

Tints of Cerulean #097ABD

Color information

#097ABD (or 0x097ABD) is unknown color: approx Cerulean. HEX triplet: 09, 7A and BD. RGB value is (9,122,189). Sum of RGB (Red+Green+Blue) = 9+122+189=320 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.81% from 320); Green value is 122 (48.05% from 255 or 38.12% from 320); Blue value is 189 (74.22% from 255 or 59.06% from 320); Max value from RGB is 189 - color contains mainly: blue. Hex color #097ABD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097ABD is #F68542. Grayscale: #5F5F5F. Windows color (decimal): -16155971 or 12417545. OLE color: 12417545.

HSL color Cylindrical-coordinate representation of color #097ABD: hue angle of 202.33º degrees, saturation: 0.91, 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 #097ABD is Cyan = 0.95, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB9122189-
CMYK0.950.3500.26
HSL202.33º90.91%38.82%-
HSV(B)202.33º95.24%74.12%-
XYZ16.2617.6550.69-
YUV95.85180.5666.05-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.81%
GREEN value IS 122 (48.05% from 255) = 38.12%
BLUE value IS 189 (74.22% from 255) = 59.06%
R=2.81%
G=38.12%
B=59.06%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal91221890.950.3500.26202.3390.9138.82
Hex97ABD5F2301Aca5b27
Octal111722751374303231213347
Binary10011111010101111011011111100011011010110010101011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097ABD; }

 p { color: rgb(9,122,189); }

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

<style>
 a { background-color: #097ABD; }

 a { background-color: rgb(9,122,189); }

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

<style>
 span { border-color: #097ABD; }

 span { border-color: rgb(9,122,189); }

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