Html Css Color HEX #117BBD Cerulean

📋 copy color: '#117BBD'

red 17 ◦ green 123 ◦ blue 189

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

Shades of Cerulean #117BBD

Tints of Cerulean #117BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 57.45%

R = 5.17%
G = 37.39%
B = 57.45%

CMYK

 C value IS 0.91

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#117BBD (or 0x117BBD) is known color: Cerulean. HEX triplet: 11, 7B and BD. RGB value is (17,123,189). Sum of RGB (Red+Green+Blue) = 17+123+189=329 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.17% from 329); Green value is 123 (48.44% from 255 or 37.39% from 329); Blue value is 189 (74.22% from 255 or 57.45% from 329); Max value from RGB is 189 - color contains mainly: blue. Hex color #117BBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117BBD is #EE8442. Grayscale: #626262. Windows color (decimal): -15631427 or 12417809. OLE color: 12417809.

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

Color convert

RGB 17 123 189 -
CMYK 0.91 0.35 0 0.26
HSL 203.02º 0.83% 0.4% -
HSV(B) 203.02º 0.91% 0.74% -
XYZ 16.5 17.96 50.74 -
YUV 98.83 178.88 69.63 -
System Red Green Blue C M Y K H S L
Decimal 17 123 189 0.91 0.35 0 0.26 203.02 0.83 0.4
Hex 11 7B BD 5B 23 0 1A CB 53 28
Octal 21 173 275 133 43 0 32 313 123 50
Binary 10001 1111011 10111101 1011011 100011 0 11010 11001011 1010011 101000

Color Harmonies of #117BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117BBD

Black with #117BBD

Text Example


Text Example

White with #117BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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