Html Css Color HEX #0686AD Cerulean

📋 copy color: '#0686AD'

red 6 ◦ green 134 ◦ blue 173

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

Shades of Cerulean #0686AD

Tints of Cerulean #0686AD

RGB

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

 GREEN value IS 134 (52.73% from 255) = 42.81%

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

R = 1.92%
G = 42.81%
B = 55.27%

CMYK

 C value IS 0.97

 M value IS 0.23

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0686AD (or 0x0686AD) is known color: Cerulean. HEX triplet: 06, 86 and AD. RGB value is (6,134,173). Sum of RGB (Red+Green+Blue) = 6+134+173=313 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.92% from 313); Green value is 134 (52.73% from 255 or 42.81% from 313); Blue value is 173 (67.97% from 255 or 55.27% from 313); Max value from RGB is 173 - color contains mainly: blue. Hex color #0686AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0686AD is #F97952. Grayscale: #636363. Windows color (decimal): -16349523 or 11372038. OLE color: 11372038.

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

Color convert

RGB 6 134 173 -
CMYK 0.97 0.23 0 0.32
HSL 194.01º 0.93% 0.35% -
HSV(B) 194.01º 0.97% 0.68% -
XYZ 16.14 20.11 42.57 -
YUV 100.17 169.09 60.83 -
System Red Green Blue C M Y K H S L
Decimal 6 134 173 0.97 0.23 0 0.32 194.01 0.93 0.35
Hex 6 86 AD 61 17 0 20 C2 5D 23
Octal 6 206 255 141 27 0 40 302 135 43
Binary 110 10000110 10101101 1100001 10111 0 100000 11000010 1011101 100011

Color Harmonies of #0686AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0686AD

Black with #0686AD

Text Example


Text Example

White with #0686AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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