Html Css Color HEX #0885AD Cerulean

📋 copy color: '#0885AD'

red 8 ◦ green 133 ◦ blue 173

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

Shades of Cerulean #0885AD

Tints of Cerulean #0885AD

RGB

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

 GREEN value IS 133 (52.34% from 255) = 42.36%

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

R = 2.55%
G = 42.36%
B = 55.1%

CMYK

 C value IS 0.95

 M value IS 0.23

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0885AD (or 0x0885AD) is known color: Cerulean. HEX triplet: 08, 85 and AD. RGB value is (8,133,173). Sum of RGB (Red+Green+Blue) = 8+133+173=314 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.55% from 314); Green value is 133 (52.34% from 255 or 42.36% from 314); Blue value is 173 (67.97% from 255 or 55.10% from 314); Max value from RGB is 173 - color contains mainly: blue. Hex color #0885AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0885AD is #F77A52. Grayscale: #636363. Windows color (decimal): -16218707 or 11371784. OLE color: 11371784.

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

Color convert

RGB 8 133 173 -
CMYK 0.95 0.23 0 0.32
HSL 194.55º 0.91% 0.35% -
HSV(B) 194.55º 0.95% 0.68% -
XYZ 16.03 19.84 42.52 -
YUV 100.19 169.09 62.25 -
System Red Green Blue C M Y K H S L
Decimal 8 133 173 0.95 0.23 0 0.32 194.55 0.91 0.35
Hex 8 85 AD 5F 17 0 20 C3 5B 23
Octal 10 205 255 137 27 0 40 303 133 43
Binary 1000 10000101 10101101 1011111 10111 0 100000 11000011 1011011 100011

Color Harmonies of #0885AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0885AD

Black with #0885AD

Text Example


Text Example

White with #0885AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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