Html Css Color HEX #117EBC Cerulean

📋 copy color: '#117EBC'

red 17 ◦ green 126 ◦ blue 188

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

Shades of Cerulean #117EBC

Tints of Cerulean #117EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 56.8%

R = 5.14%
G = 38.07%
B = 56.8%

CMYK

 C value IS 0.91

 M value IS 0.33

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#117EBC (or 0x117EBC) is known color: Cerulean. HEX triplet: 11, 7E and BC. RGB value is (17,126,188). Sum of RGB (Red+Green+Blue) = 17+126+188=331 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.14% from 331); Green value is 126 (49.61% from 255 or 38.07% from 331); Blue value is 188 (73.83% from 255 or 56.80% from 331); Max value from RGB is 188 - color contains mainly: blue. Hex color #117EBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117EBC is #EE8143. Grayscale: #646464. Windows color (decimal): -15630660 or 12353041. OLE color: 12353041.

HSL color Cylindrical-coordinate representation of color #117EBC: hue angle of 201.75º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #117EBC is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 17 126 188 -
CMYK 0.91 0.33 0 0.26
HSL 201.75º 0.83% 0.4% -
HSV(B) 201.75º 0.91% 0.74% -
XYZ 16.77 18.67 50.3 -
YUV 100.48 177.39 68.46 -
System Red Green Blue C M Y K H S L
Decimal 17 126 188 0.91 0.33 0 0.26 201.75 0.83 0.4
Hex 11 7E BC 5B 21 0 1A CA 53 28
Octal 21 176 274 133 41 0 32 312 123 50
Binary 10001 1111110 10111100 1011011 100001 0 11010 11001010 1010011 101000

Color Harmonies of #117EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117EBC

Black with #117EBC

Text Example


Text Example

White with #117EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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