Html Css Color HEX #086AAD Cerulean

📋 copy color: '#086AAD'

red 8 ◦ green 106 ◦ blue 173

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

Shades of Cerulean #086AAD

Tints of Cerulean #086AAD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 36.93%

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

R = 2.79%
G = 36.93%
B = 60.28%

CMYK

 C value IS 0.95

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#086AAD (or 0x086AAD) is known color: Cerulean. HEX triplet: 08, 6A and AD. RGB value is (8,106,173). Sum of RGB (Red+Green+Blue) = 8+106+173=287 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.79% from 287); Green value is 106 (41.80% from 255 or 36.93% from 287); Blue value is 173 (67.97% from 255 or 60.28% from 287); Max value from RGB is 173 - color contains mainly: blue. Hex color #086AAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086AAD is #F79552. Grayscale: #535353. Windows color (decimal): -16225619 or 11364872. OLE color: 11364872.

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

Color convert

RGB 8 106 173 -
CMYK 0.95 0.39 0 0.32
HSL 204.36º 0.91% 0.35% -
HSV(B) 204.36º 0.95% 0.68% -
XYZ 12.8 13.38 41.44 -
YUV 84.34 178.03 73.55 -
System Red Green Blue C M Y K H S L
Decimal 8 106 173 0.95 0.39 0 0.32 204.36 0.91 0.35
Hex 8 6A AD 5F 27 0 20 CC 5B 23
Octal 10 152 255 137 47 0 40 314 133 43
Binary 1000 1101010 10101101 1011111 100111 0 100000 11001100 1011011 100011

Color Harmonies of #086AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086AAD

Black with #086AAD

Text Example


Text Example

White with #086AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086AAD; }

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

 H1.HeaderClassName
 {
   color: #086AAD;
 }
 .AnyTagClassName
 {
   color: #086AAD;
 }
</style>

background-color css

<style>
 a { background-color: #086AAD; }

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

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

border-color css

<style>
 span { border-color: #086AAD; }

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

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