Html Css Color HEX #1993DA Pacific Blue

📋 copy color: '#1993DA'

red 25 ◦ green 147 ◦ blue 218

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

Shades of Pacific Blue #1993DA

Tints of Pacific Blue #1993DA

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.69%

 BLUE value IS 218 (85.55% from 255) = 55.9%

R = 6.41%
G = 37.69%
B = 55.9%

CMYK

 C value IS 0.89

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1993DA (or 0x1993DA) is known color: Pacific Blue. HEX triplet: 19, 93 and DA. RGB value is (25,147,218). Sum of RGB (Red+Green+Blue) = 25+147+218=390 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.41% from 390); Green value is 147 (57.81% from 255 or 37.69% from 390); Blue value is 218 (85.55% from 255 or 55.90% from 390); Max value from RGB is 218 - color contains mainly: blue. Hex color #1993DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1993DA is #E66C25. Grayscale: #767676. Windows color (decimal): -15100966 or 14324505. OLE color: 14324505.

HSL color Cylindrical-coordinate representation of color #1993DA: hue angle of 202.07º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1993DA is Cyan = 0.89, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 25 147 218 -
CMYK 0.89 0.33 0 0.15
HSL 202.07º 0.79% 0.48% -
HSV(B) 202.07º 0.89% 0.85% -
XYZ 23.49 26.14 70.14 -
YUV 118.62 184.08 61.23 -
System Red Green Blue C M Y K H S L
Decimal 25 147 218 0.89 0.33 0 0.15 202.07 0.79 0.48
Hex 19 93 DA 59 21 0 F CA 4F 30
Octal 31 223 332 131 41 0 17 312 117 60
Binary 11001 10010011 11011010 1011001 100001 0 1111 11001010 1001111 110000

Color Harmonies of #1993DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1993DA

Black with #1993DA

Text Example


Text Example

White with #1993DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1993DA; }

 p { color: rgb(25,147,218); }

 H1.HeaderClassName
 {
   color: #1993DA;
 }
 .AnyTagClassName
 {
   color: #1993DA;
 }
</style>

background-color css

<style>
 a { background-color: #1993DA; }

 a { background-color: rgb(25,147,218); }

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

border-color css

<style>
 span { border-color: #1993DA; }

 span { border-color: rgb(25,147,218); }

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