Html Css Color HEX #1992CE Pacific Blue

📋 copy color: '#1992CE'

red 25 ◦ green 146 ◦ blue 206

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

Shades of Pacific Blue #1992CE

Tints of Pacific Blue #1992CE

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.73%

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

R = 6.63%
G = 38.73%
B = 54.64%

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

#1992CE (or 0x1992CE) is known color: Pacific Blue. HEX triplet: 19, 92 and CE. RGB value is (25,146,206). Sum of RGB (Red+Green+Blue) = 25+146+206=377 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.63% from 377); Green value is 146 (57.42% from 255 or 38.73% from 377); Blue value is 206 (80.86% from 255 or 54.64% from 377); Max value from RGB is 206 - color contains mainly: blue. Hex color #1992CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1992CE is #E66D31. Grayscale: #747474. Windows color (decimal): -15101234 or 13537817. OLE color: 13537817.

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

Color convert

RGB 25 146 206 -
CMYK 0.88 0.29 0 0.19
HSL 199.89º 0.78% 0.45% -
HSV(B) 199.89º 0.88% 0.81% -
XYZ 21.82 25.22 62.11 -
YUV 116.66 178.41 62.62 -
System Red Green Blue C M Y K H S L
Decimal 25 146 206 0.88 0.29 0 0.19 199.89 0.78 0.45
Hex 19 92 CE 58 1D 0 13 C8 4E 2D
Octal 31 222 316 130 35 0 23 310 116 55
Binary 11001 10010010 11001110 1011000 11101 0 10011 11001000 1001110 101101

Color Harmonies of #1992CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1992CE

Black with #1992CE

Text Example


Text Example

White with #1992CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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