Html Css Color HEX #117EBF Cerulean

📋 copy color: '#117EBF'

red 17 ◦ green 126 ◦ blue 191

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

Shades of Cerulean #117EBF

Tints of Cerulean #117EBF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 37.72%

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

R = 5.09%
G = 37.72%
B = 57.19%

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

#117EBF (or 0x117EBF) is known color: Cerulean. HEX triplet: 11, 7E and BF. RGB value is (17,126,191). Sum of RGB (Red+Green+Blue) = 17+126+191=334 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.09% from 334); Green value is 126 (49.61% from 255 or 37.72% from 334); Blue value is 191 (75% from 255 or 57.19% from 334); Max value from RGB is 191 - color contains mainly: blue. Hex color #117EBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117EBF is #EE8140. Grayscale: #646464. Windows color (decimal): -15630657 or 12549649. OLE color: 12549649.

HSL color Cylindrical-coordinate representation of color #117EBF: hue angle of 202.41º 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 #117EBF is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 17 126 191 -
CMYK 0.91 0.34 0 0.25
HSL 202.41º 0.84% 0.41% -
HSV(B) 202.41º 0.91% 0.75% -
XYZ 17.1 18.8 52.02 -
YUV 100.82 178.89 68.21 -
System Red Green Blue C M Y K H S L
Decimal 17 126 191 0.91 0.34 0 0.25 202.41 0.84 0.41
Hex 11 7E BF 5B 22 0 19 CA 54 29
Octal 21 176 277 133 42 0 31 312 124 51
Binary 10001 1111110 10111111 1011011 100010 0 11001 11001010 1010100 101001

Color Harmonies of #117EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117EBF

Black with #117EBF

Text Example


Text Example

White with #117EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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