Html Css Color HEX #1896CE Pacific Blue

📋 copy color: '#1896CE'

red 24 ◦ green 150 ◦ blue 206

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

Shades of Pacific Blue #1896CE

Tints of Pacific Blue #1896CE

RGB

 RED value IS 24 (9.77% from 255) = 6.32%

 GREEN value IS 150 (58.98% from 255) = 39.47%

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

R = 6.32%
G = 39.47%
B = 54.21%

CMYK

 C value IS 0.88

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1896CE (or 0x1896CE) is known color: Pacific Blue. HEX triplet: 18, 96 and CE. RGB value is (24,150,206). Sum of RGB (Red+Green+Blue) = 24+150+206=380 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.32% from 380); Green value is 150 (58.98% from 255 or 39.47% from 380); Blue value is 206 (80.86% from 255 or 54.21% from 380); Max value from RGB is 206 - color contains mainly: blue. Hex color #1896CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1896CE is #E76931. Grayscale: #767676. Windows color (decimal): -15165746 or 13538840. OLE color: 13538840.

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

Color convert

RGB 24 150 206 -
CMYK 0.88 0.27 0 0.19
HSL 198.46º 0.79% 0.45% -
HSV(B) 198.46º 0.88% 0.81% -
XYZ 22.42 26.46 62.32 -
YUV 118.71 177.26 60.45 -
System Red Green Blue C M Y K H S L
Decimal 24 150 206 0.88 0.27 0 0.19 198.46 0.79 0.45
Hex 18 96 CE 58 1B 0 13 C6 4F 2D
Octal 30 226 316 130 33 0 23 306 117 55
Binary 11000 10010110 11001110 1011000 11011 0 10011 11000110 1001111 101101

Color Harmonies of #1896CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1896CE

Black with #1896CE

Text Example


Text Example

White with #1896CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,150,206); }

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

background-color css

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

 a { background-color: rgb(24,150,206); }

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

border-color css

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

 span { border-color: rgb(24,150,206); }

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