Html Css Color HEX #1188AE Cerulean

📋 copy color: '#1188AE'

red 17 ◦ green 136 ◦ blue 174

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

Shades of Cerulean #1188AE

Tints of Cerulean #1188AE

RGB

 RED value IS 17 (7.03% from 255) = 5.2%

 GREEN value IS 136 (53.52% from 255) = 41.59%

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

R = 5.2%
G = 41.59%
B = 53.21%

CMYK

 C value IS 0.90

 M value IS 0.22

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1188AE (or 0x1188AE) is known color: Cerulean. HEX triplet: 11, 88 and AE. RGB value is (17,136,174). Sum of RGB (Red+Green+Blue) = 17+136+174=327 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.20% from 327); Green value is 136 (53.52% from 255 or 41.59% from 327); Blue value is 174 (68.36% from 255 or 53.21% from 327); Max value from RGB is 174 - color contains mainly: blue. Hex color #1188AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1188AE is #EE7751. Grayscale: #686868. Windows color (decimal): -15628114 or 11438097. OLE color: 11438097.

HSL color Cylindrical-coordinate representation of color #1188AE: hue angle of 194.52º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1188AE is Cyan = 0.90, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 17 136 174 -
CMYK 0.90 0.22 0 0.32
HSL 194.52º 0.82% 0.37% -
HSV(B) 194.52º 0.9% 0.68% -
XYZ 16.68 20.78 43.18 -
YUV 104.75 167.08 65.41 -
System Red Green Blue C M Y K H S L
Decimal 17 136 174 0.90 0.22 0 0.32 194.52 0.82 0.37
Hex 11 88 AE 5A 16 0 20 C3 52 25
Octal 21 210 256 132 26 0 40 303 122 45
Binary 10001 10001000 10101110 1011010 10110 0 100000 11000011 1010010 100101

Color Harmonies of #1188AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1188AE

Black with #1188AE

Text Example


Text Example

White with #1188AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,136,174); }

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

background-color css

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

 a { background-color: rgb(17,136,174); }

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

border-color css

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

 span { border-color: rgb(17,136,174); }

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