Html Css Color HEX #0088AD Cerulean

📋 copy color: '#0088AD'

red 0 ◦ green 136 ◦ blue 173

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

Shades of Cerulean #0088AD

Tints of Cerulean #0088AD

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 136 (53.52% from 255) = 44.01%

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

R = 0%
G = 44.01%
B = 55.99%

CMYK

 C value IS 1

 M value IS 0.21

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0088AD (or 0x0088AD) is known color: Cerulean. HEX triplet: 00, 88 and AD. RGB value is (0,136,173). Sum of RGB (Red+Green+Blue) = 0+136+173=309 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 309); Green value is 136 (53.52% from 255 or 44.01% from 309); Blue value is 173 (67.97% from 255 or 55.99% from 309); Max value from RGB is 173 - color contains mainly: blue. Hex color #0088AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0088AD is #FF7752. Grayscale: #636363. Windows color (decimal): -16742227 or 11372544. OLE color: 11372544.

HSL color Cylindrical-coordinate representation of color #0088AD: hue angle of 192.83º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0088AD is Cyan = 1, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 0 136 173 -
CMYK 1 0.21 0 0.32
HSL 192.83º 1% 0.34% -
HSV(B) 192.83º 1% 0.68% -
XYZ 16.35 20.63 42.65 -
YUV 99.55 169.44 56.99 -
System Red Green Blue C M Y K H S L
Decimal 0 136 173 1 0.21 0 0.32 192.83 1 0.34
Hex 0 88 AD 64 15 0 20 C1 64 22
Octal 0 210 255 144 25 0 40 301 144 42
Binary 0 10001000 10101101 1100100 10101 0 100000 11000001 1100100 100010

Color Harmonies of #0088AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0088AD

Black with #0088AD

Text Example


Text Example

White with #0088AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,136,173); }

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

background-color css

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

 a { background-color: rgb(0,136,173); }

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

border-color css

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

 span { border-color: rgb(0,136,173); }

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