Html Css Color HEX #117BAB Cerulean

📋 copy color: '#117BAB'

red 17 ◦ green 123 ◦ blue 171

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

Shades of Cerulean #117BAB

Tints of Cerulean #117BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 54.98%

R = 5.47%
G = 39.55%
B = 54.98%

CMYK

 C value IS 0.90

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#117BAB (or 0x117BAB) is known color: Cerulean. HEX triplet: 11, 7B and AB. RGB value is (17,123,171). Sum of RGB (Red+Green+Blue) = 17+123+171=311 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.47% from 311); Green value is 123 (48.44% from 255 or 39.55% from 311); Blue value is 171 (67.19% from 255 or 54.98% from 311); Max value from RGB is 171 - color contains mainly: blue. Hex color #117BAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117BAB is #EE8454. Grayscale: #606060. Windows color (decimal): -15631445 or 11238161. OLE color: 11238161.

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

Color convert

RGB 17 123 171 -
CMYK 0.90 0.28 0 0.33
HSL 198.7º 0.82% 0.37% -
HSV(B) 198.7º 0.9% 0.67% -
XYZ 14.66 17.23 41.08 -
YUV 96.78 169.88 71.1 -
System Red Green Blue C M Y K H S L
Decimal 17 123 171 0.90 0.28 0 0.33 198.7 0.82 0.37
Hex 11 7B AB 5A 1C 0 21 C7 52 25
Octal 21 173 253 132 34 0 41 307 122 45
Binary 10001 1111011 10101011 1011010 11100 0 100001 11000111 1010010 100101

Color Harmonies of #117BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117BAB

Black with #117BAB

Text Example


Text Example

White with #117BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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