Html Css Color HEX #1993CB Pacific Blue

📋 copy color: '#1993CB'

red 25 ◦ green 147 ◦ blue 203

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

Shades of Pacific Blue #1993CB

Tints of Pacific Blue #1993CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 54.13%

R = 6.67%
G = 39.2%
B = 54.13%

CMYK

 C value IS 0.88

 M value IS 0.28

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1993CB (or 0x1993CB) is known color: Pacific Blue. HEX triplet: 19, 93 and CB. RGB value is (25,147,203). Sum of RGB (Red+Green+Blue) = 25+147+203=375 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.67% from 375); Green value is 147 (57.81% from 255 or 39.2% from 375); Blue value is 203 (79.69% from 255 or 54.13% from 375); Max value from RGB is 203 - color contains mainly: blue. Hex color #1993CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1993CB is #E66C34. Grayscale: #747474. Windows color (decimal): -15100981 or 13341465. OLE color: 13341465.

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

Color convert

RGB 25 147 203 -
CMYK 0.88 0.28 0 0.20
HSL 198.88º 0.78% 0.45% -
HSV(B) 198.88º 0.88% 0.8% -
XYZ 21.61 25.39 60.26 -
YUV 116.91 176.58 62.45 -
System Red Green Blue C M Y K H S L
Decimal 25 147 203 0.88 0.28 0 0.20 198.88 0.78 0.45
Hex 19 93 CB 58 1C 0 14 C7 4E 2D
Octal 31 223 313 130 34 0 24 307 116 55
Binary 11001 10010011 11001011 1011000 11100 0 10100 11000111 1001110 101101

Color Harmonies of #1993CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1993CB

Black with #1993CB

Text Example


Text Example

White with #1993CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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