Html Css Color HEX #1995CF Pacific Blue

📋 copy color: '#1995CF'

red 25 ◦ green 149 ◦ blue 207

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

Shades of Pacific Blue #1995CF

Tints of Pacific Blue #1995CF

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.11%

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

R = 6.56%
G = 39.11%
B = 54.33%

CMYK

 C value IS 0.88

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1995CF (or 0x1995CF) is known color: Pacific Blue. HEX triplet: 19, 95 and CF. RGB value is (25,149,207). Sum of RGB (Red+Green+Blue) = 25+149+207=381 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.56% from 381); Green value is 149 (58.59% from 255 or 39.11% from 381); Blue value is 207 (81.25% from 255 or 54.33% from 381); Max value from RGB is 207 - color contains mainly: blue. Hex color #1995CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1995CF is #E66A30. Grayscale: #767676. Windows color (decimal): -15100465 or 13604121. OLE color: 13604121.

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

Color convert

RGB 25 149 207 -
CMYK 0.88 0.28 0 0.19
HSL 199.12º 0.78% 0.45% -
HSV(B) 199.12º 0.88% 0.81% -
XYZ 22.41 26.21 62.91 -
YUV 118.54 177.92 61.28 -
System Red Green Blue C M Y K H S L
Decimal 25 149 207 0.88 0.28 0 0.19 199.12 0.78 0.45
Hex 19 95 CF 58 1C 0 13 C7 4E 2D
Octal 31 225 317 130 34 0 23 307 116 55
Binary 11001 10010101 11001111 1011000 11100 0 10011 11000111 1001110 101101

Color Harmonies of #1995CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1995CF

Black with #1995CF

Text Example


Text Example

White with #1995CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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