Html Css Color HEX #119EDF Pacific Blue

📋 copy color: '#119EDF'

red 17 ◦ green 158 ◦ blue 223

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

Shades of Pacific Blue #119EDF

Tints of Pacific Blue #119EDF

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.7%

 BLUE value IS 223 (87.5% from 255) = 56.03%

R = 4.27%
G = 39.7%
B = 56.03%

CMYK

 C value IS 0.92

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#119EDF (or 0x119EDF) is known color: Pacific Blue. HEX triplet: 11, 9E and DF. RGB value is (17,158,223). Sum of RGB (Red+Green+Blue) = 17+158+223=398 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.27% from 398); Green value is 158 (62.11% from 255 or 39.70% from 398); Blue value is 223 (87.5% from 255 or 56.03% from 398); Max value from RGB is 223 - color contains mainly: blue. Hex color #119EDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119EDF is #EE6120. Grayscale: #7A7A7A. Windows color (decimal): -15622433 or 14654993. OLE color: 14654993.

HSL color Cylindrical-coordinate representation of color #119EDF: hue angle of 198.93º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #119EDF is Cyan = 0.92, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 17 158 223 -
CMYK 0.92 0.29 0 0.13
HSL 198.93º 0.86% 0.47% -
HSV(B) 198.93º 0.92% 0.87% -
XYZ 25.78 29.9 74.22 -
YUV 123.25 184.29 52.21 -
System Red Green Blue C M Y K H S L
Decimal 17 158 223 0.92 0.29 0 0.13 198.93 0.86 0.47
Hex 11 9E DF 5C 1D 0 D C7 56 2F
Octal 21 236 337 134 35 0 15 307 126 57
Binary 10001 10011110 11011111 1011100 11101 0 1101 11000111 1010110 101111

Color Harmonies of #119EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119EDF

Black with #119EDF

Text Example


Text Example

White with #119EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119EDF; }

 p { color: rgb(17,158,223); }

 H1.HeaderClassName
 {
   color: #119EDF;
 }
 .AnyTagClassName
 {
   color: #119EDF;
 }
</style>

background-color css

<style>
 a { background-color: #119EDF; }

 a { background-color: rgb(17,158,223); }

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

border-color css

<style>
 span { border-color: #119EDF; }

 span { border-color: rgb(17,158,223); }

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