Html Css Color HEX #1993CF Pacific Blue

📋 copy color: '#1993CF'

red 25 ◦ green 147 ◦ blue 207

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

Shades of Pacific Blue #1993CF

Tints of Pacific Blue #1993CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 54.62%

R = 6.6%
G = 38.79%
B = 54.62%

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

#1993CF (or 0x1993CF) is known color: Pacific Blue. HEX triplet: 19, 93 and CF. RGB value is (25,147,207). Sum of RGB (Red+Green+Blue) = 25+147+207=379 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.60% from 379); Green value is 147 (57.81% from 255 or 38.79% from 379); Blue value is 207 (81.25% from 255 or 54.62% from 379); Max value from RGB is 207 - color contains mainly: blue. Hex color #1993CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1993CF is #E66C30. Grayscale: #747474. Windows color (decimal): -15100977 or 13603609. OLE color: 13603609.

HSL color Cylindrical-coordinate representation of color #1993CF: hue angle of 199.78º 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 #1993CF is Cyan = 0.88, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 25 147 207 -
CMYK 0.88 0.29 0 0.19
HSL 199.78º 0.78% 0.45% -
HSV(B) 199.78º 0.88% 0.81% -
XYZ 22.1 25.58 62.8 -
YUV 117.36 178.58 62.12 -
System Red Green Blue C M Y K H S L
Decimal 25 147 207 0.88 0.29 0 0.19 199.78 0.78 0.45
Hex 19 93 CF 58 1D 0 13 C8 4E 2D
Octal 31 223 317 130 35 0 23 310 116 55
Binary 11001 10010011 11001111 1011000 11101 0 10011 11001000 1001110 101101

Color Harmonies of #1993CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1993CF

Black with #1993CF

Text Example


Text Example

White with #1993CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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