Html Css Color HEX #1993CE Pacific Blue

📋 copy color: '#1993CE'

red 25 ◦ green 147 ◦ blue 206

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

Shades of Pacific Blue #1993CE

Tints of Pacific Blue #1993CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 54.5%

R = 6.61%
G = 38.89%
B = 54.5%

CMYK

 C value IS 0.88

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1993CE (or 0x1993CE) is known color: Pacific Blue. HEX triplet: 19, 93 and CE. RGB value is (25,147,206). Sum of RGB (Red+Green+Blue) = 25+147+206=378 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.61% from 378); Green value is 147 (57.81% from 255 or 38.89% from 378); Blue value is 206 (80.86% from 255 or 54.50% from 378); Max value from RGB is 206 - color contains mainly: blue. Hex color #1993CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1993CE is #E66C31. Grayscale: #747474. Windows color (decimal): -15100978 or 13538073. OLE color: 13538073.

HSL color Cylindrical-coordinate representation of color #1993CE: hue angle of 199.56º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1993CE is Cyan = 0.88, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 25 147 206 -
CMYK 0.88 0.29 0 0.19
HSL 199.56º 0.78% 0.45% -
HSV(B) 199.56º 0.88% 0.81% -
XYZ 21.98 25.53 62.16 -
YUV 117.25 178.08 62.2 -
System Red Green Blue C M Y K H S L
Decimal 25 147 206 0.88 0.29 0 0.19 199.56 0.78 0.45
Hex 19 93 CE 58 1D 0 13 C8 4E 2D
Octal 31 223 316 130 35 0 23 310 116 55
Binary 11001 10010011 11001110 1011000 11101 0 10011 11001000 1001110 101101

Color Harmonies of #1993CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1993CE

Black with #1993CE

Text Example


Text Example

White with #1993CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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