Html Css Color HEX #0686AA Cerulean

📋 copy color: '#0686AA'

red 6 ◦ green 134 ◦ blue 170

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

Shades of Cerulean #0686AA

Tints of Cerulean #0686AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 54.84%

R = 1.94%
G = 43.23%
B = 54.84%

CMYK

 C value IS 0.96

 M value IS 0.21

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0686AA (or 0x0686AA) is known color: Cerulean. HEX triplet: 06, 86 and AA. RGB value is (6,134,170). Sum of RGB (Red+Green+Blue) = 6+134+170=310 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.94% from 310); Green value is 134 (52.73% from 255 or 43.23% from 310); Blue value is 170 (66.80% from 255 or 54.84% from 310); Max value from RGB is 170 - color contains mainly: blue. Hex color #0686AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0686AA is #F97955. Grayscale: #636363. Windows color (decimal): -16349526 or 11175430. OLE color: 11175430.

HSL color Cylindrical-coordinate representation of color #0686AA: hue angle of 193.17º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0686AA is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 6 134 170 -
CMYK 0.96 0.21 0 0.33
HSL 193.17º 0.93% 0.35% -
HSV(B) 193.17º 0.96% 0.67% -
XYZ 15.86 19.99 41.05 -
YUV 99.83 167.59 61.07 -
System Red Green Blue C M Y K H S L
Decimal 6 134 170 0.96 0.21 0 0.33 193.17 0.93 0.35
Hex 6 86 AA 60 15 0 21 C1 5D 23
Octal 6 206 252 140 25 0 41 301 135 43
Binary 110 10000110 10101010 1100000 10101 0 100001 11000001 1011101 100011

Color Harmonies of #0686AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0686AA

Black with #0686AA

Text Example


Text Example

White with #0686AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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