Html Css Color HEX #117FA5 Cerulean

📋 copy color: '#117FA5'

red 17 ◦ green 127 ◦ blue 165

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

Shades of Cerulean #117FA5

Tints of Cerulean #117FA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 53.4%

R = 5.5%
G = 41.1%
B = 53.4%

CMYK

 C value IS 0.90

 M value IS 0.23

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#117FA5 (or 0x117FA5) is known color: Cerulean. HEX triplet: 11, 7F and A5. RGB value is (17,127,165). Sum of RGB (Red+Green+Blue) = 17+127+165=309 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.50% from 309); Green value is 127 (50% from 255 or 41.10% from 309); Blue value is 165 (64.84% from 255 or 53.40% from 309); Max value from RGB is 165 - color contains mainly: blue. Hex color #117FA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117FA5 is #EE805A. Grayscale: #626262. Windows color (decimal): -15630427 or 10845969. OLE color: 10845969.

HSL color Cylindrical-coordinate representation of color #117FA5: hue angle of 195.41º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #117FA5 is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 17 127 165 -
CMYK 0.90 0.23 0 0.35
HSL 195.41º 0.81% 0.36% -
HSV(B) 195.41º 0.9% 0.65% -
XYZ 14.61 18.01 38.3 -
YUV 98.44 165.56 69.91 -
System Red Green Blue C M Y K H S L
Decimal 17 127 165 0.90 0.23 0 0.35 195.41 0.81 0.36
Hex 11 7F A5 5A 17 0 23 C3 51 24
Octal 21 177 245 132 27 0 43 303 121 44
Binary 10001 1111111 10100101 1011010 10111 0 100011 11000011 1010001 100100

Color Harmonies of #117FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117FA5

Black with #117FA5

Text Example


Text Example

White with #117FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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