Html Css Color HEX #117BA6 Cerulean

📋 copy color: '#117BA6'

red 17 ◦ green 123 ◦ blue 166

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

Shades of Cerulean #117BA6

Tints of Cerulean #117BA6

RGB

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

 GREEN value IS 123 (48.44% from 255) = 40.2%

 BLUE value IS 166 (65.23% from 255) = 54.25%

R = 5.56%
G = 40.2%
B = 54.25%

CMYK

 C value IS 0.90

 M value IS 0.26

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#117BA6 (or 0x117BA6) is known color: Cerulean. HEX triplet: 11, 7B and A6. RGB value is (17,123,166). Sum of RGB (Red+Green+Blue) = 17+123+166=306 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.56% from 306); Green value is 123 (48.44% from 255 or 40.20% from 306); Blue value is 166 (65.23% from 255 or 54.25% from 306); Max value from RGB is 166 - color contains mainly: blue. Hex color #117BA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117BA6 is #EE8459. Grayscale: #5F5F5F. Windows color (decimal): -15631450 or 10910481. OLE color: 10910481.

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

Color convert

RGB 17 123 166 -
CMYK 0.90 0.26 0 0.35
HSL 197.32º 0.81% 0.36% -
HSV(B) 197.32º 0.9% 0.65% -
XYZ 14.2 17.04 38.62 -
YUV 96.21 167.38 71.5 -
System Red Green Blue C M Y K H S L
Decimal 17 123 166 0.90 0.26 0 0.35 197.32 0.81 0.36
Hex 11 7B A6 5A 1A 0 23 C5 51 24
Octal 21 173 246 132 32 0 43 305 121 44
Binary 10001 1111011 10100110 1011010 11010 0 100011 11000101 1010001 100100

Color Harmonies of #117BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117BA6

Black with #117BA6

Text Example


Text Example

White with #117BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,123,166); }

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

background-color css

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

 a { background-color: rgb(17,123,166); }

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

border-color css

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

 span { border-color: rgb(17,123,166); }

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