Html Css Color HEX #117BAF Cerulean

📋 copy color: '#117BAF'

red 17 ◦ green 123 ◦ blue 175

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

Shades of Cerulean #117BAF

Tints of Cerulean #117BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 55.56%

R = 5.4%
G = 39.05%
B = 55.56%

CMYK

 C value IS 0.90

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#117BAF (or 0x117BAF) is known color: Cerulean. HEX triplet: 11, 7B and AF. RGB value is (17,123,175). Sum of RGB (Red+Green+Blue) = 17+123+175=315 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.40% from 315); Green value is 123 (48.44% from 255 or 39.05% from 315); Blue value is 175 (68.75% from 255 or 55.56% from 315); Max value from RGB is 175 - color contains mainly: blue. Hex color #117BAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117BAF is #EE8450. Grayscale: #606060. Windows color (decimal): -15631441 or 11500305. OLE color: 11500305.

HSL color Cylindrical-coordinate representation of color #117BAF: hue angle of 199.75º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #117BAF is Cyan = 0.90, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 17 123 175 -
CMYK 0.90 0.30 0 0.31
HSL 199.75º 0.82% 0.38% -
HSV(B) 199.75º 0.9% 0.69% -
XYZ 15.05 17.38 43.12 -
YUV 97.23 171.88 70.77 -
System Red Green Blue C M Y K H S L
Decimal 17 123 175 0.90 0.30 0 0.31 199.75 0.82 0.38
Hex 11 7B AF 5A 1E 0 1F C8 52 26
Octal 21 173 257 132 36 0 37 310 122 46
Binary 10001 1111011 10101111 1011010 11110 0 11111 11001000 1010010 100110

Color Harmonies of #117BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117BAF

Black with #117BAF

Text Example


Text Example

White with #117BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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