Html Css Color HEX #0880AD Cerulean

📋 copy color: '#0880AD'

red 8 ◦ green 128 ◦ blue 173

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

Shades of Cerulean #0880AD

Tints of Cerulean #0880AD

RGB

 RED value IS 8 (3.52% from 255) = 2.59%

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

 BLUE value IS 173 (67.97% from 255) = 55.99%

R = 2.59%
G = 41.42%
B = 55.99%

CMYK

 C value IS 0.95

 M value IS 0.26

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0880AD (or 0x0880AD) is known color: Cerulean. HEX triplet: 08, 80 and AD. RGB value is (8,128,173). Sum of RGB (Red+Green+Blue) = 8+128+173=309 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.59% from 309); Green value is 128 (50.39% from 255 or 41.42% from 309); Blue value is 173 (67.97% from 255 or 55.99% from 309); Max value from RGB is 173 - color contains mainly: blue. Hex color #0880AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0880AD is #F77F52. Grayscale: #606060. Windows color (decimal): -16219987 or 11370504. OLE color: 11370504.

HSL color Cylindrical-coordinate representation of color #0880AD: hue angle of 196.36º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0880AD is Cyan = 0.95, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 8 128 173 -
CMYK 0.95 0.26 0 0.32
HSL 196.36º 0.91% 0.35% -
HSV(B) 196.36º 0.95% 0.68% -
XYZ 15.36 18.51 42.3 -
YUV 97.25 170.74 64.34 -
System Red Green Blue C M Y K H S L
Decimal 8 128 173 0.95 0.26 0 0.32 196.36 0.91 0.35
Hex 8 80 AD 5F 1A 0 20 C4 5B 23
Octal 10 200 255 137 32 0 40 304 133 43
Binary 1000 10000000 10101101 1011111 11010 0 100000 11000100 1011011 100011

Color Harmonies of #0880AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0880AD

Black with #0880AD

Text Example


Text Example

White with #0880AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0880AD; }

 p { color: rgb(8,128,173); }

 H1.HeaderClassName
 {
   color: #0880AD;
 }
 .AnyTagClassName
 {
   color: #0880AD;
 }
</style>

background-color css

<style>
 a { background-color: #0880AD; }

 a { background-color: rgb(8,128,173); }

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

border-color css

<style>
 span { border-color: #0880AD; }

 span { border-color: rgb(8,128,173); }

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