Html Css Color HEX #117EAC Cerulean

📋 copy color: '#117EAC'

red 17 ◦ green 126 ◦ blue 172

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

Shades of Cerulean #117EAC

Tints of Cerulean #117EAC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 40%

 BLUE value IS 172 (67.58% from 255) = 54.6%

R = 5.4%
G = 40%
B = 54.6%

CMYK

 C value IS 0.90

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#117EAC (or 0x117EAC) is known color: Cerulean. HEX triplet: 11, 7E and AC. RGB value is (17,126,172). Sum of RGB (Red+Green+Blue) = 17+126+172=315 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.40% from 315); Green value is 126 (49.61% from 255 or 40% from 315); Blue value is 172 (67.58% from 255 or 54.60% from 315); Max value from RGB is 172 - color contains mainly: blue. Hex color #117EAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117EAC is #EE8153. Grayscale: #626262. Windows color (decimal): -15630676 or 11304465. OLE color: 11304465.

HSL color Cylindrical-coordinate representation of color #117EAC: hue angle of 197.81º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #117EAC is Cyan = 0.90, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 17 126 172 -
CMYK 0.90 0.27 0 0.33
HSL 197.81º 0.82% 0.37% -
HSV(B) 197.81º 0.9% 0.67% -
XYZ 15.14 18.02 41.71 -
YUV 98.65 169.39 69.76 -
System Red Green Blue C M Y K H S L
Decimal 17 126 172 0.90 0.27 0 0.33 197.81 0.82 0.37
Hex 11 7E AC 5A 1B 0 21 C6 52 25
Octal 21 176 254 132 33 0 41 306 122 45
Binary 10001 1111110 10101100 1011010 11011 0 100001 11000110 1010010 100101

Color Harmonies of #117EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117EAC

Black with #117EAC

Text Example


Text Example

White with #117EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117EAC; }

 p { color: rgb(17,126,172); }

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

background-color css

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

 a { background-color: rgb(17,126,172); }

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

border-color css

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

 span { border-color: rgb(17,126,172); }

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