Html Css Color HEX #0882AE Cerulean

📋 copy color: '#0882AE'

red 8 ◦ green 130 ◦ blue 174

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

Shades of Cerulean #0882AE

Tints of Cerulean #0882AE

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.67%

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

R = 2.56%
G = 41.67%
B = 55.77%

CMYK

 C value IS 0.95

 M value IS 0.25

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0882AE (or 0x0882AE) is known color: Cerulean. HEX triplet: 08, 82 and AE. RGB value is (8,130,174). Sum of RGB (Red+Green+Blue) = 8+130+174=312 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.56% from 312); Green value is 130 (51.17% from 255 or 41.67% from 312); Blue value is 174 (68.36% from 255 or 55.77% from 312); Max value from RGB is 174 - color contains mainly: blue. Hex color #0882AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0882AE is #F77D51. Grayscale: #626262. Windows color (decimal): -16219474 or 11436552. OLE color: 11436552.

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

Color convert

RGB 8 130 174 -
CMYK 0.95 0.25 0 0.32
HSL 195.9º 0.91% 0.36% -
HSV(B) 195.9º 0.95% 0.68% -
XYZ 15.72 19.07 42.9 -
YUV 98.54 170.58 63.42 -
System Red Green Blue C M Y K H S L
Decimal 8 130 174 0.95 0.25 0 0.32 195.9 0.91 0.36
Hex 8 82 AE 5F 19 0 20 C4 5B 24
Octal 10 202 256 137 31 0 40 304 133 44
Binary 1000 10000010 10101110 1011111 11001 0 100000 11000100 1011011 100100

Color Harmonies of #0882AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0882AE

Black with #0882AE

Text Example


Text Example

White with #0882AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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