Html Css Color HEX #0080AA Cerulean

📋 copy color: '#0080AA'

red 0 ◦ green 128 ◦ blue 170

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

Shades of Cerulean #0080AA

Tints of Cerulean #0080AA

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 128 (50.39% from 255) = 42.95%

 BLUE value IS 170 (66.8% from 255) = 57.05%

R = 0%
G = 42.95%
B = 57.05%

CMYK

 C value IS 1

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0080AA (or 0x0080AA) is known color: Cerulean. HEX triplet: 00, 80 and AA. RGB value is (0,128,170). Sum of RGB (Red+Green+Blue) = 0+128+170=298 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 298); Green value is 128 (50.39% from 255 or 42.95% from 298); Blue value is 170 (66.80% from 255 or 57.05% from 298); Max value from RGB is 170 - color contains mainly: blue. Hex color #0080AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0080AA is #FF7F55. Grayscale: #5E5E5E. Windows color (decimal): -16744278 or 11173888. OLE color: 11173888.

HSL color Cylindrical-coordinate representation of color #0080AA: hue angle of 194.82º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0080AA is Cyan = 1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 0 128 170 -
CMYK 1 0.25 0 0.33
HSL 194.82º 1% 0.33% -
HSV(B) 194.82º 1% 0.67% -
XYZ 14.97 18.34 40.78 -
YUV 94.52 170.59 60.58 -
System Red Green Blue C M Y K H S L
Decimal 0 128 170 1 0.25 0 0.33 194.82 1 0.33
Hex 0 80 AA 64 19 0 21 C3 64 21
Octal 0 200 252 144 31 0 41 303 144 41
Binary 0 10000000 10101010 1100100 11001 0 100001 11000011 1100100 100001

Color Harmonies of #0080AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0080AA

Black with #0080AA

Text Example


Text Example

White with #0080AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0080AA; }

 p { color: rgb(0,128,170); }

 H1.HeaderClassName
 {
   color: #0080AA;
 }
 .AnyTagClassName
 {
   color: #0080AA;
 }
</style>

background-color css

<style>
 a { background-color: #0080AA; }

 a { background-color: rgb(0,128,170); }

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

border-color css

<style>
 span { border-color: #0080AA; }

 span { border-color: rgb(0,128,170); }

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