Html Css Color HEX #0688AD Cerulean

📋 copy color: '#0688AD'

red 6 ◦ green 136 ◦ blue 173

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

Shades of Cerulean #0688AD

Tints of Cerulean #0688AD

RGB

 RED value IS 6 (2.73% from 255) = 1.9%

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

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

R = 1.9%
G = 43.17%
B = 54.92%

CMYK

 C value IS 0.97

 M value IS 0.21

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0688AD (or 0x0688AD) is known color: Cerulean. HEX triplet: 06, 88 and AD. RGB value is (6,136,173). Sum of RGB (Red+Green+Blue) = 6+136+173=315 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.90% from 315); Green value is 136 (53.52% from 255 or 43.17% from 315); Blue value is 173 (67.97% from 255 or 54.92% from 315); Max value from RGB is 173 - color contains mainly: blue. Hex color #0688AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0688AD is #F97752. Grayscale: #656565. Windows color (decimal): -16349011 or 11372550. OLE color: 11372550.

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

Color convert

RGB 6 136 173 -
CMYK 0.97 0.21 0 0.32
HSL 193.29º 0.93% 0.35% -
HSV(B) 193.29º 0.97% 0.68% -
XYZ 16.42 20.66 42.66 -
YUV 101.35 168.43 59.99 -
System Red Green Blue C M Y K H S L
Decimal 6 136 173 0.97 0.21 0 0.32 193.29 0.93 0.35
Hex 6 88 AD 61 15 0 20 C1 5D 23
Octal 6 210 255 141 25 0 40 301 135 43
Binary 110 10001000 10101101 1100001 10101 0 100000 11000001 1011101 100011

Color Harmonies of #0688AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0688AD

Black with #0688AD

Text Example


Text Example

White with #0688AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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