Html Css Color HEX #0887AD Cerulean

📋 copy color: '#0887AD'

red 8 ◦ green 135 ◦ blue 173

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

Shades of Cerulean #0887AD

Tints of Cerulean #0887AD

RGB

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

 GREEN value IS 135 (53.13% from 255) = 42.72%

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

R = 2.53%
G = 42.72%
B = 54.75%

CMYK

 C value IS 0.95

 M value IS 0.22

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0887AD (or 0x0887AD) is known color: Cerulean. HEX triplet: 08, 87 and AD. RGB value is (8,135,173). Sum of RGB (Red+Green+Blue) = 8+135+173=316 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.53% from 316); Green value is 135 (53.12% from 255 or 42.72% from 316); Blue value is 173 (67.97% from 255 or 54.75% from 316); Max value from RGB is 173 - color contains mainly: blue. Hex color #0887AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0887AD is #F77852. Grayscale: #656565. Windows color (decimal): -16218195 or 11372296. OLE color: 11372296.

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

Color convert

RGB 8 135 173 -
CMYK 0.95 0.22 0 0.32
HSL 193.82º 0.91% 0.35% -
HSV(B) 193.82º 0.95% 0.68% -
XYZ 16.31 20.4 42.61 -
YUV 101.36 168.42 61.41 -
System Red Green Blue C M Y K H S L
Decimal 8 135 173 0.95 0.22 0 0.32 193.82 0.91 0.35
Hex 8 87 AD 5F 16 0 20 C2 5B 23
Octal 10 207 255 137 26 0 40 302 133 43
Binary 1000 10000111 10101101 1011111 10110 0 100000 11000010 1011011 100011

Color Harmonies of #0887AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0887AD

Black with #0887AD

Text Example


Text Example

White with #0887AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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