Html Css Color HEX #1999CA Pacific Blue

📋 copy color: '#1999CA'

red 25 ◦ green 153 ◦ blue 202

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

Shades of Pacific Blue #1999CA

Tints of Pacific Blue #1999CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 53.16%

R = 6.58%
G = 40.26%
B = 53.16%

CMYK

 C value IS 0.88

 M value IS 0.24

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1999CA (or 0x1999CA) is known color: Pacific Blue. HEX triplet: 19, 99 and CA. RGB value is (25,153,202). Sum of RGB (Red+Green+Blue) = 25+153+202=380 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.58% from 380); Green value is 153 (60.16% from 255 or 40.26% from 380); Blue value is 202 (79.30% from 255 or 53.16% from 380); Max value from RGB is 202 - color contains mainly: blue. Hex color #1999CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1999CA is #E66635. Grayscale: #777777. Windows color (decimal): -15099446 or 13277465. OLE color: 13277465.

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

Color convert

RGB 25 153 202 -
CMYK 0.88 0.24 0 0.21
HSL 196.61º 0.78% 0.45% -
HSV(B) 196.61º 0.88% 0.79% -
XYZ 22.45 27.25 59.95 -
YUV 120.31 174.09 60.02 -
System Red Green Blue C M Y K H S L
Decimal 25 153 202 0.88 0.24 0 0.21 196.61 0.78 0.45
Hex 19 99 CA 58 18 0 15 C5 4E 2D
Octal 31 231 312 130 30 0 25 305 116 55
Binary 11001 10011001 11001010 1011000 11000 0 10101 11000101 1001110 101101

Color Harmonies of #1999CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1999CA

Black with #1999CA

Text Example


Text Example

White with #1999CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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