Html Css Color HEX #1999CF Pacific Blue

📋 copy color: '#1999CF'

red 25 ◦ green 153 ◦ blue 207

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

Shades of Pacific Blue #1999CF

Tints of Pacific Blue #1999CF

RGB

 RED value IS 25 (10.16% from 255) = 6.49%

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

 BLUE value IS 207 (81.25% from 255) = 53.77%

R = 6.49%
G = 39.74%
B = 53.77%

CMYK

 C value IS 0.88

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1999CF (or 0x1999CF) is known color: Pacific Blue. HEX triplet: 19, 99 and CF. RGB value is (25,153,207). Sum of RGB (Red+Green+Blue) = 25+153+207=385 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.49% from 385); Green value is 153 (60.16% from 255 or 39.74% from 385); Blue value is 207 (81.25% from 255 or 53.77% from 385); Max value from RGB is 207 - color contains mainly: blue. Hex color #1999CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1999CF is #E66630. Grayscale: #787878. Windows color (decimal): -15099441 or 13605145. OLE color: 13605145.

HSL color Cylindrical-coordinate representation of color #1999CF: hue angle of 197.8º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1999CF is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 25 153 207 -
CMYK 0.88 0.26 0 0.19
HSL 197.8º 0.78% 0.45% -
HSV(B) 197.8º 0.88% 0.81% -
XYZ 23.05 27.49 63.12 -
YUV 120.88 176.59 59.61 -
System Red Green Blue C M Y K H S L
Decimal 25 153 207 0.88 0.26 0 0.19 197.8 0.78 0.45
Hex 19 99 CF 58 1A 0 13 C6 4E 2D
Octal 31 231 317 130 32 0 23 306 116 55
Binary 11001 10011001 11001111 1011000 11010 0 10011 11000110 1001110 101101

Color Harmonies of #1999CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1999CF

Black with #1999CF

Text Example


Text Example

White with #1999CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1999CF; }

 p { color: rgb(25,153,207); }

 H1.HeaderClassName
 {
   color: #1999CF;
 }
 .AnyTagClassName
 {
   color: #1999CF;
 }
</style>

background-color css

<style>
 a { background-color: #1999CF; }

 a { background-color: rgb(25,153,207); }

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

border-color css

<style>
 span { border-color: #1999CF; }

 span { border-color: rgb(25,153,207); }

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