Html Css Color HEX #086894 Cerulean

📋 copy color: '#086894'

red 8 ◦ green 104 ◦ blue 148

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

Shades of Cerulean #086894

Tints of Cerulean #086894

RGB

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

 GREEN value IS 104 (41.02% from 255) = 40%

 BLUE value IS 148 (58.2% from 255) = 56.92%

R = 3.08%
G = 40%
B = 56.92%

CMYK

 C value IS 0.95

 M value IS 0.30

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#086894 (or 0x086894) is known color: Cerulean. HEX triplet: 08, 68 and 94. RGB value is (8,104,148). Sum of RGB (Red+Green+Blue) = 8+104+148=260 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.08% from 260); Green value is 104 (41.02% from 255 or 40% from 260); Blue value is 148 (58.20% from 255 or 56.92% from 260); Max value from RGB is 148 - color contains mainly: blue. Hex color #086894 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086894 is #F7976B. Grayscale: #505050. Windows color (decimal): -16226156 or 9725960. OLE color: 9725960.

HSL color Cylindrical-coordinate representation of color #086894: hue angle of 198.86º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #086894 is Cyan = 0.95, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 8 104 148 -
CMYK 0.95 0.30 0 0.42
HSL 198.86º 0.9% 0.31% -
HSV(B) 198.86º 0.95% 0.58% -
XYZ 10.4 12.09 29.8 -
YUV 80.31 166.2 76.42 -
System Red Green Blue C M Y K H S L
Decimal 8 104 148 0.95 0.30 0 0.42 198.86 0.9 0.31
Hex 8 68 94 5F 1E 0 2A C7 5A 1F
Octal 10 150 224 137 36 0 52 307 132 37
Binary 1000 1101000 10010100 1011111 11110 0 101010 11000111 1011010 11111

Color Harmonies of #086894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086894

Black with #086894

Text Example


Text Example

White with #086894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086894; }

 p { color: rgb(8,104,148); }

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

background-color css

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

 a { background-color: rgb(8,104,148); }

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

border-color css

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

 span { border-color: rgb(8,104,148); }

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