Html Css Color HEX #1598D4 Pacific Blue

📋 copy color: '#1598D4'

red 21 ◦ green 152 ◦ blue 212

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

Shades of Pacific Blue #1598D4

Tints of Pacific Blue #1598D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 55.06%

R = 5.45%
G = 39.48%
B = 55.06%

CMYK

 C value IS 0.90

 M value IS 0.28

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#1598D4 (or 0x1598D4) is known color: Pacific Blue. HEX triplet: 15, 98 and D4. RGB value is (21,152,212). Sum of RGB (Red+Green+Blue) = 21+152+212=385 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.45% from 385); Green value is 152 (59.77% from 255 or 39.48% from 385); Blue value is 212 (83.20% from 255 or 55.06% from 385); Max value from RGB is 212 - color contains mainly: blue. Hex color #1598D4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1598D4 is #EA672B. Grayscale: #777777. Windows color (decimal): -15361836 or 13932565. OLE color: 13932565.

HSL color Cylindrical-coordinate representation of color #1598D4: hue angle of 198.85º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1598D4 is Cyan = 0.90, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 21 152 212 -
CMYK 0.90 0.28 0 0.17
HSL 198.85º 0.82% 0.46% -
HSV(B) 198.85º 0.9% 0.83% -
XYZ 23.42 27.37 66.34 -
YUV 119.67 180.1 57.62 -
System Red Green Blue C M Y K H S L
Decimal 21 152 212 0.90 0.28 0 0.17 198.85 0.82 0.46
Hex 15 98 D4 5A 1C 0 11 C7 52 2E
Octal 25 230 324 132 34 0 21 307 122 56
Binary 10101 10011000 11010100 1011010 11100 0 10001 11000111 1010010 101110

Color Harmonies of #1598D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1598D4

Black with #1598D4

Text Example


Text Example

White with #1598D4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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