Html Css Color HEX #117FAD Cerulean

📋 copy color: '#117FAD'

red 17 ◦ green 127 ◦ blue 173

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

Shades of Cerulean #117FAD

Tints of Cerulean #117FAD

RGB

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

 GREEN value IS 127 (50% from 255) = 40.06%

 BLUE value IS 173 (67.97% from 255) = 54.57%

R = 5.36%
G = 40.06%
B = 54.57%

CMYK

 C value IS 0.90

 M value IS 0.27

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#117FAD (or 0x117FAD) is known color: Cerulean. HEX triplet: 11, 7F and AD. RGB value is (17,127,173). Sum of RGB (Red+Green+Blue) = 17+127+173=317 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.36% from 317); Green value is 127 (50% from 255 or 40.06% from 317); Blue value is 173 (67.97% from 255 or 54.57% from 317); Max value from RGB is 173 - color contains mainly: blue. Hex color #117FAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117FAD is #EE8052. Grayscale: #636363. Windows color (decimal): -15630419 or 11370257. OLE color: 11370257.

HSL color Cylindrical-coordinate representation of color #117FAD: hue angle of 197.69º 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 #117FAD is Cyan = 0.90, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 17 127 173 -
CMYK 0.90 0.27 0 0.32
HSL 197.69º 0.82% 0.37% -
HSV(B) 197.69º 0.9% 0.68% -
XYZ 15.36 18.32 42.26 -
YUV 99.35 169.56 69.26 -
System Red Green Blue C M Y K H S L
Decimal 17 127 173 0.90 0.27 0 0.32 197.69 0.82 0.37
Hex 11 7F AD 5A 1B 0 20 C6 52 25
Octal 21 177 255 132 33 0 40 306 122 45
Binary 10001 1111111 10101101 1011010 11011 0 100000 11000110 1010010 100101

Color Harmonies of #117FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117FAD

Black with #117FAD

Text Example


Text Example

White with #117FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,127,173); }

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

background-color css

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

 a { background-color: rgb(17,127,173); }

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

border-color css

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

 span { border-color: rgb(17,127,173); }

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