Html Css Color HEX #0880AE Cerulean

📋 copy color: '#0880AE'

red 8 ◦ green 128 ◦ blue 174

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

Shades of Cerulean #0880AE

Tints of Cerulean #0880AE

RGB

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

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

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

R = 2.58%
G = 41.29%
B = 56.13%

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

#0880AE (or 0x0880AE) is known color: Cerulean. HEX triplet: 08, 80 and AE. RGB value is (8,128,174). Sum of RGB (Red+Green+Blue) = 8+128+174=310 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.58% from 310); Green value is 128 (50.39% from 255 or 41.29% from 310); Blue value is 174 (68.36% from 255 or 56.13% from 310); Max value from RGB is 174 - color contains mainly: blue. Hex color #0880AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0880AE is #F77F51. Grayscale: #616161. Windows color (decimal): -16219986 or 11436040. OLE color: 11436040.

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

Color convert

RGB 8 128 174 -
CMYK 0.95 0.26 0 0.32
HSL 196.63º 0.91% 0.36% -
HSV(B) 196.63º 0.95% 0.68% -
XYZ 15.46 18.55 42.81 -
YUV 97.36 171.24 64.26 -
System Red Green Blue C M Y K H S L
Decimal 8 128 174 0.95 0.26 0 0.32 196.63 0.91 0.36
Hex 8 80 AE 5F 1A 0 20 C5 5B 24
Octal 10 200 256 137 32 0 40 305 133 44
Binary 1000 10000000 10101110 1011111 11010 0 100000 11000101 1011011 100100

Color Harmonies of #0880AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0880AE

Black with #0880AE

Text Example


Text Example

White with #0880AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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