Html Css Color HEX #086DA1 Cerulean

📋 copy color: '#086DA1'

red 8 ◦ green 109 ◦ blue 161

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

Shades of Cerulean #086DA1

Tints of Cerulean #086DA1

RGB

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

 GREEN value IS 109 (42.97% from 255) = 39.21%

 BLUE value IS 161 (63.28% from 255) = 57.91%

R = 2.88%
G = 39.21%
B = 57.91%

CMYK

 C value IS 0.95

 M value IS 0.32

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#086DA1 (or 0x086DA1) is known color: Cerulean. HEX triplet: 08, 6D and A1. RGB value is (8,109,161). Sum of RGB (Red+Green+Blue) = 8+109+161=278 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.88% from 278); Green value is 109 (42.97% from 255 or 39.21% from 278); Blue value is 161 (63.28% from 255 or 57.91% from 278); Max value from RGB is 161 - color contains mainly: blue. Hex color #086DA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086DA1 is #F7925E. Grayscale: #545454. Windows color (decimal): -16224863 or 10579208. OLE color: 10579208.

HSL color Cylindrical-coordinate representation of color #086DA1: hue angle of 200.39º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #086DA1 is Cyan = 0.95, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 8 109 161 -
CMYK 0.95 0.32 0 0.37
HSL 200.39º 0.91% 0.33% -
HSV(B) 200.39º 0.95% 0.63% -
XYZ 12 13.56 35.7 -
YUV 84.73 171.04 73.27 -
System Red Green Blue C M Y K H S L
Decimal 8 109 161 0.95 0.32 0 0.37 200.39 0.91 0.33
Hex 8 6D A1 5F 20 0 25 C8 5B 21
Octal 10 155 241 137 40 0 45 310 133 41
Binary 1000 1101101 10100001 1011111 100000 0 100101 11001000 1011011 100001

Color Harmonies of #086DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086DA1

Black with #086DA1

Text Example


Text Example

White with #086DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,109,161); }

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

background-color css

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

 a { background-color: rgb(8,109,161); }

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

border-color css

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

 span { border-color: rgb(8,109,161); }

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