Html Css Color HEX #1998CB Pacific Blue

📋 copy color: '#1998CB'

red 25 ◦ green 152 ◦ blue 203

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

Shades of Pacific Blue #1998CB

Tints of Pacific Blue #1998CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 53.42%

R = 6.58%
G = 40%
B = 53.42%

CMYK

 C value IS 0.88

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1998CB (or 0x1998CB) is known color: Pacific Blue. HEX triplet: 19, 98 and CB. RGB value is (25,152,203). Sum of RGB (Red+Green+Blue) = 25+152+203=380 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.58% from 380); Green value is 152 (59.77% from 255 or 40% from 380); Blue value is 203 (79.69% from 255 or 53.42% from 380); Max value from RGB is 203 - color contains mainly: blue. Hex color #1998CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1998CB is #E66734. Grayscale: #777777. Windows color (decimal): -15099701 or 13342745. OLE color: 13342745.

HSL color Cylindrical-coordinate representation of color #1998CB: hue angle of 197.19º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1998CB is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 25 152 203 -
CMYK 0.88 0.25 0 0.20
HSL 197.19º 0.78% 0.45% -
HSV(B) 197.19º 0.88% 0.8% -
XYZ 22.41 26.97 60.53 -
YUV 119.84 174.92 60.35 -
System Red Green Blue C M Y K H S L
Decimal 25 152 203 0.88 0.25 0 0.20 197.19 0.78 0.45
Hex 19 98 CB 58 19 0 14 C5 4E 2D
Octal 31 230 313 130 31 0 24 305 116 55
Binary 11001 10011000 11001011 1011000 11001 0 10100 11000101 1001110 101101

Color Harmonies of #1998CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1998CB

Black with #1998CB

Text Example


Text Example

White with #1998CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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