Html Css Color HEX #1998CA Pacific Blue

📋 copy color: '#1998CA'

red 25 ◦ green 152 ◦ blue 202

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

Shades of Pacific Blue #1998CA

Tints of Pacific Blue #1998CA

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.11%

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

R = 6.6%
G = 40.11%
B = 53.3%

CMYK

 C value IS 0.88

 M value IS 0.25

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1998CA (or 0x1998CA) is known color: Pacific Blue. HEX triplet: 19, 98 and CA. RGB value is (25,152,202). Sum of RGB (Red+Green+Blue) = 25+152+202=379 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.60% from 379); Green value is 152 (59.77% from 255 or 40.11% from 379); Blue value is 202 (79.30% from 255 or 53.30% from 379); Max value from RGB is 202 - color contains mainly: blue. Hex color #1998CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1998CA is #E66735. Grayscale: #777777. Windows color (decimal): -15099702 or 13277209. OLE color: 13277209.

HSL color Cylindrical-coordinate representation of color #1998CA: hue angle of 196.95º 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 #1998CA is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 25 152 202 -
CMYK 0.88 0.25 0 0.21
HSL 196.95º 0.78% 0.45% -
HSV(B) 196.95º 0.88% 0.79% -
XYZ 22.29 26.93 59.9 -
YUV 119.73 174.42 60.43 -
System Red Green Blue C M Y K H S L
Decimal 25 152 202 0.88 0.25 0 0.21 196.95 0.78 0.45
Hex 19 98 CA 58 19 0 15 C5 4E 2D
Octal 31 230 312 130 31 0 25 305 116 55
Binary 11001 10011000 11001010 1011000 11001 0 10101 11000101 1001110 101101

Color Harmonies of #1998CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1998CA

Black with #1998CA

Text Example


Text Example

White with #1998CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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