Html Css Color HEX #1594D6 Pacific Blue

📋 copy color: '#1594D6'

red 21 ◦ green 148 ◦ blue 214

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

Shades of Pacific Blue #1594D6

Tints of Pacific Blue #1594D6

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.64%

 BLUE value IS 214 (83.98% from 255) = 55.87%

R = 5.48%
G = 38.64%
B = 55.87%

CMYK

 C value IS 0.90

 M value IS 0.31

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1594D6 (or 0x1594D6) is known color: Pacific Blue. HEX triplet: 15, 94 and D6. RGB value is (21,148,214). Sum of RGB (Red+Green+Blue) = 21+148+214=383 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.48% from 383); Green value is 148 (58.20% from 255 or 38.64% from 383); Blue value is 214 (83.98% from 255 or 55.87% from 383); Max value from RGB is 214 - color contains mainly: blue. Hex color #1594D6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1594D6 is #EA6B29. Grayscale: #757575. Windows color (decimal): -15362858 or 14062613. OLE color: 14062613.

HSL color Cylindrical-coordinate representation of color #1594D6: hue angle of 200.52º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1594D6 is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 21 148 214 -
CMYK 0.90 0.31 0 0.16
HSL 200.52º 0.82% 0.46% -
HSV(B) 200.52º 0.9% 0.84% -
XYZ 23.04 26.19 67.46 -
YUV 117.55 182.42 59.13 -
System Red Green Blue C M Y K H S L
Decimal 21 148 214 0.90 0.31 0 0.16 200.52 0.82 0.46
Hex 15 94 D6 5A 1F 0 10 C9 52 2E
Octal 25 224 326 132 37 0 20 311 122 56
Binary 10101 10010100 11010110 1011010 11111 0 10000 11001001 1010010 101110

Color Harmonies of #1594D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1594D6

Black with #1594D6

Text Example


Text Example

White with #1594D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1594D6; }

 p { color: rgb(21,148,214); }

 H1.HeaderClassName
 {
   color: #1594D6;
 }
 .AnyTagClassName
 {
   color: #1594D6;
 }
</style>

background-color css

<style>
 a { background-color: #1594D6; }

 a { background-color: rgb(21,148,214); }

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

border-color css

<style>
 span { border-color: #1594D6; }

 span { border-color: rgb(21,148,214); }

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