Html Css Color HEX #1086AE Cerulean

📋 copy color: '#1086AE'

red 16 ◦ green 134 ◦ blue 174

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

Shades of Cerulean #1086AE

Tints of Cerulean #1086AE

RGB

 RED value IS 16 (6.64% from 255) = 4.94%

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

 BLUE value IS 174 (68.36% from 255) = 53.7%

R = 4.94%
G = 41.36%
B = 53.7%

CMYK

 C value IS 0.91

 M value IS 0.23

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1086AE (or 0x1086AE) is known color: Cerulean. HEX triplet: 10, 86 and AE. RGB value is (16,134,174). Sum of RGB (Red+Green+Blue) = 16+134+174=324 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.94% from 324); Green value is 134 (52.73% from 255 or 41.36% from 324); Blue value is 174 (68.36% from 255 or 53.70% from 324); Max value from RGB is 174 - color contains mainly: blue. Hex color #1086AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1086AE is #EF7951. Grayscale: #676767. Windows color (decimal): -15694162 or 11437584. OLE color: 11437584.

HSL color Cylindrical-coordinate representation of color #1086AE: hue angle of 195.19º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1086AE is Cyan = 0.91, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 16 134 174 -
CMYK 0.91 0.23 0 0.32
HSL 195.19º 0.83% 0.37% -
HSV(B) 195.19º 0.91% 0.68% -
XYZ 16.38 20.22 43.08 -
YUV 103.28 167.91 65.75 -
System Red Green Blue C M Y K H S L
Decimal 16 134 174 0.91 0.23 0 0.32 195.19 0.83 0.37
Hex 10 86 AE 5B 17 0 20 C3 53 25
Octal 20 206 256 133 27 0 40 303 123 45
Binary 10000 10000110 10101110 1011011 10111 0 100000 11000011 1010011 100101

Color Harmonies of #1086AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1086AE

Black with #1086AE

Text Example


Text Example

White with #1086AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1086AE; }

 p { color: rgb(16,134,174); }

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

background-color css

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

 a { background-color: rgb(16,134,174); }

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

border-color css

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

 span { border-color: rgb(16,134,174); }

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