Html Css Color HEX #117FBF Cerulean

📋 copy color: '#117FBF'

red 17 ◦ green 127 ◦ blue 191

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

Shades of Cerulean #117FBF

Tints of Cerulean #117FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 57.01%

R = 5.07%
G = 37.91%
B = 57.01%

CMYK

 C value IS 0.91

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#117FBF (or 0x117FBF) is known color: Cerulean. HEX triplet: 11, 7F and BF. RGB value is (17,127,191). Sum of RGB (Red+Green+Blue) = 17+127+191=335 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.07% from 335); Green value is 127 (50% from 255 or 37.91% from 335); Blue value is 191 (75% from 255 or 57.01% from 335); Max value from RGB is 191 - color contains mainly: blue. Hex color #117FBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117FBF is #EE8040. Grayscale: #656565. Windows color (decimal): -15630401 or 12549905. OLE color: 12549905.

HSL color Cylindrical-coordinate representation of color #117FBF: hue angle of 202.07º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #117FBF is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 17 127 191 -
CMYK 0.91 0.34 0 0.25
HSL 202.07º 0.84% 0.41% -
HSV(B) 202.07º 0.91% 0.75% -
XYZ 17.22 19.06 52.06 -
YUV 101.41 178.56 67.8 -
System Red Green Blue C M Y K H S L
Decimal 17 127 191 0.91 0.34 0 0.25 202.07 0.84 0.41
Hex 11 7F BF 5B 22 0 19 CA 54 29
Octal 21 177 277 133 42 0 31 312 124 51
Binary 10001 1111111 10111111 1011011 100010 0 11001 11001010 1010100 101001

Color Harmonies of #117FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117FBF

Black with #117FBF

Text Example


Text Example

White with #117FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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