Html Css Color HEX #0882AF Cerulean

📋 copy color: '#0882AF'

red 8 ◦ green 130 ◦ blue 175

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

Shades of Cerulean #0882AF

Tints of Cerulean #0882AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 55.91%

R = 2.56%
G = 41.53%
B = 55.91%

CMYK

 C value IS 0.95

 M value IS 0.26

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0882AF (or 0x0882AF) is known color: Cerulean. HEX triplet: 08, 82 and AF. RGB value is (8,130,175). Sum of RGB (Red+Green+Blue) = 8+130+175=313 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.56% from 313); Green value is 130 (51.17% from 255 or 41.53% from 313); Blue value is 175 (68.75% from 255 or 55.91% from 313); Max value from RGB is 175 - color contains mainly: blue. Hex color #0882AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0882AF is #F77D50. Grayscale: #626262. Windows color (decimal): -16219473 or 11502088. OLE color: 11502088.

HSL color Cylindrical-coordinate representation of color #0882AF: hue angle of 196.17º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0882AF is Cyan = 0.95, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 8 130 175 -
CMYK 0.95 0.26 0 0.31
HSL 196.17º 0.91% 0.36% -
HSV(B) 196.17º 0.95% 0.69% -
XYZ 15.82 19.11 43.41 -
YUV 98.65 171.08 63.34 -
System Red Green Blue C M Y K H S L
Decimal 8 130 175 0.95 0.26 0 0.31 196.17 0.91 0.36
Hex 8 82 AF 5F 1A 0 1F C4 5B 24
Octal 10 202 257 137 32 0 37 304 133 44
Binary 1000 10000010 10101111 1011111 11010 0 11111 11000100 1011011 100100

Color Harmonies of #0882AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0882AF

Black with #0882AF

Text Example


Text Example

White with #0882AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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