Html Css Color HEX #1598CC Pacific Blue

📋 copy color: '#1598CC'

red 21 ◦ green 152 ◦ blue 204

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

Shades of Pacific Blue #1598CC

Tints of Pacific Blue #1598CC

RGB

 RED value IS 21 (8.59% from 255) = 5.57%

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

 BLUE value IS 204 (80.08% from 255) = 54.11%

R = 5.57%
G = 40.32%
B = 54.11%

CMYK

 C value IS 0.90

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1598CC (or 0x1598CC) is known color: Pacific Blue. HEX triplet: 15, 98 and CC. RGB value is (21,152,204). Sum of RGB (Red+Green+Blue) = 21+152+204=377 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.57% from 377); Green value is 152 (59.77% from 255 or 40.32% from 377); Blue value is 204 (80.08% from 255 or 54.11% from 377); Max value from RGB is 204 - color contains mainly: blue. Hex color #1598CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1598CC is #EA6733. Grayscale: #767676. Windows color (decimal): -15361844 or 13408277. OLE color: 13408277.

HSL color Cylindrical-coordinate representation of color #1598CC: hue angle of 197.05º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1598CC is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 21 152 204 -
CMYK 0.90 0.25 0 0.2
HSL 197.05º 0.81% 0.44% -
HSV(B) 197.05º 0.9% 0.8% -
XYZ 22.44 26.98 61.15 -
YUV 118.76 176.1 58.27 -
System Red Green Blue C M Y K H S L
Decimal 21 152 204 0.90 0.25 0 0.2 197.05 0.81 0.44
Hex 15 98 CC 5A 19 0 14 C5 51 2C
Octal 25 230 314 132 31 0 24 305 121 54
Binary 10101 10011000 11001100 1011010 11001 0 10100 11000101 1010001 101100

Color Harmonies of #1598CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1598CC

Black with #1598CC

Text Example


Text Example

White with #1598CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1598CC; }

 p { color: rgb(21,152,204); }

 H1.HeaderClassName
 {
   color: #1598CC;
 }
 .AnyTagClassName
 {
   color: #1598CC;
 }
</style>

background-color css

<style>
 a { background-color: #1598CC; }

 a { background-color: rgb(21,152,204); }

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

border-color css

<style>
 span { border-color: #1598CC; }

 span { border-color: rgb(21,152,204); }

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