Html Css Color HEX #0977AE Cerulean

📋 copy color: '#0977AE'

red 9 ◦ green 119 ◦ blue 174

#0977AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #0977AE

Tints of Cerulean #0977AE

RGB

 RED value IS 9 (3.91% from 255) = 2.98%

 GREEN value IS 119 (46.88% from 255) = 39.4%

 BLUE value IS 174 (68.36% from 255) = 57.62%

R = 2.98%
G = 39.4%
B = 57.62%

CMYK

 C value IS 0.95

 M value IS 0.32

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0977AE (or 0x0977AE) is known color: Cerulean. HEX triplet: 09, 77 and AE. RGB value is (9,119,174). Sum of RGB (Red+Green+Blue) = 9+119+174=302 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.98% from 302); Green value is 119 (46.88% from 255 or 39.40% from 302); Blue value is 174 (68.36% from 255 or 57.62% from 302); Max value from RGB is 174 - color contains mainly: blue. Hex color #0977AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0977AE is #F68851. Grayscale: #5C5C5C. Windows color (decimal): -16156754 or 11433737. OLE color: 11433737.

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

Color convert

RGB 9 119 174 -
CMYK 0.95 0.32 0 0.32
HSL 200º 0.9% 0.36% -
HSV(B) 200º 0.95% 0.68% -
XYZ 14.35 16.31 42.44 -
YUV 92.38 174.06 68.53 -
System Red Green Blue C M Y K H S L
Decimal 9 119 174 0.95 0.32 0 0.32 200 0.9 0.36
Hex 9 77 AE 5F 20 0 20 C8 5A 24
Octal 11 167 256 137 40 0 40 310 132 44
Binary 1001 1110111 10101110 1011111 100000 0 100000 11001000 1011010 100100

Color Harmonies of #0977AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0977AE

Black with #0977AE

Text Example


Text Example

White with #0977AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0977AE; }

 p { color: rgb(9,119,174); }

 H1.HeaderClassName
 {
   color: #0977AE;
 }
 .AnyTagClassName
 {
   color: #0977AE;
 }
</style>

background-color css

<style>
 a { background-color: #0977AE; }

 a { background-color: rgb(9,119,174); }

 div.DivClassName
 {
   background-color: #0977AE;
 }
 .BgClassName
 {
   background-color: #0977AE;
 }
</style>

border-color css

<style>
 span { border-color: #0977AE; }

 span { border-color: rgb(9,119,174); }

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