Html Css Color HEX #1799DD Pacific Blue

📋 copy color: '#1799DD'

red 23 ◦ green 153 ◦ blue 221

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

Shades of Pacific Blue #1799DD

Tints of Pacific Blue #1799DD

RGB

 RED value IS 23 (9.38% from 255) = 5.79%

 GREEN value IS 153 (60.16% from 255) = 38.54%

 BLUE value IS 221 (86.72% from 255) = 55.67%

R = 5.79%
G = 38.54%
B = 55.67%

CMYK

 C value IS 0.90

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1799DD (or 0x1799DD) is known color: Pacific Blue. HEX triplet: 17, 99 and DD. RGB value is (23,153,221). Sum of RGB (Red+Green+Blue) = 23+153+221=397 (52% of max value = 765). Red value is 23 (9.38% from 255 or 5.79% from 397); Green value is 153 (60.16% from 255 or 38.54% from 397); Blue value is 221 (86.72% from 255 or 55.67% from 397); Max value from RGB is 221 - color contains mainly: blue. Hex color #1799DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1799DD is #E86622. Grayscale: #797979. Windows color (decimal): -15230499 or 14522647. OLE color: 14522647.

HSL color Cylindrical-coordinate representation of color #1799DD: hue angle of 200.61º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1799DD is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 23 153 221 -
CMYK 0.90 0.31 0 0.13
HSL 200.61º 0.81% 0.48% -
HSV(B) 200.61º 0.9% 0.87% -
XYZ 24.8 28.19 72.54 -
YUV 121.88 183.93 57.47 -
System Red Green Blue C M Y K H S L
Decimal 23 153 221 0.90 0.31 0 0.13 200.61 0.81 0.48
Hex 17 99 DD 5A 1F 0 D C9 51 30
Octal 27 231 335 132 37 0 15 311 121 60
Binary 10111 10011001 11011101 1011010 11111 0 1101 11001001 1010001 110000

Color Harmonies of #1799DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1799DD

Black with #1799DD

Text Example


Text Example

White with #1799DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1799DD; }

 p { color: rgb(23,153,221); }

 H1.HeaderClassName
 {
   color: #1799DD;
 }
 .AnyTagClassName
 {
   color: #1799DD;
 }
</style>

background-color css

<style>
 a { background-color: #1799DD; }

 a { background-color: rgb(23,153,221); }

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

border-color css

<style>
 span { border-color: #1799DD; }

 span { border-color: rgb(23,153,221); }

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