Html Css Color HEX #1086AA Cerulean

📋 copy color: '#1086AA'

red 16 ◦ green 134 ◦ blue 170

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

Shades of Cerulean #1086AA

Tints of Cerulean #1086AA

RGB

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

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

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

R = 5%
G = 41.88%
B = 53.13%

CMYK

 C value IS 0.91

 M value IS 0.21

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1086AA (or 0x1086AA) is known color: Cerulean. HEX triplet: 10, 86 and AA. RGB value is (16,134,170). Sum of RGB (Red+Green+Blue) = 16+134+170=320 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5% from 320); Green value is 134 (52.73% from 255 or 41.88% from 320); Blue value is 170 (66.80% from 255 or 53.12% from 320); Max value from RGB is 170 - color contains mainly: blue. Hex color #1086AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1086AA is #EF7955. Grayscale: #666666. Windows color (decimal): -15694166 or 11175440. OLE color: 11175440.

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

Color convert

RGB 16 134 170 -
CMYK 0.91 0.21 0 0.33
HSL 194.03º 0.83% 0.36% -
HSV(B) 194.03º 0.91% 0.67% -
XYZ 15.99 20.06 41.06 -
YUV 102.82 165.91 66.07 -
System Red Green Blue C M Y K H S L
Decimal 16 134 170 0.91 0.21 0 0.33 194.03 0.83 0.36
Hex 10 86 AA 5B 15 0 21 C2 53 24
Octal 20 206 252 133 25 0 41 302 123 44
Binary 10000 10000110 10101010 1011011 10101 0 100001 11000010 1010011 100100

Color Harmonies of #1086AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1086AA

Black with #1086AA

Text Example


Text Example

White with #1086AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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