Html Css Color HEX #1296CE Pacific Blue

📋 copy color: '#1296CE'

red 18 ◦ green 150 ◦ blue 206

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

Shades of Pacific Blue #1296CE

Tints of Pacific Blue #1296CE

RGB

 RED value IS 18 (7.42% from 255) = 4.81%

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

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

R = 4.81%
G = 40.11%
B = 55.08%

CMYK

 C value IS 0.91

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1296CE (or 0x1296CE) is known color: Pacific Blue. HEX triplet: 12, 96 and CE. RGB value is (18,150,206). Sum of RGB (Red+Green+Blue) = 18+150+206=374 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.81% from 374); Green value is 150 (58.98% from 255 or 40.11% from 374); Blue value is 206 (80.86% from 255 or 55.08% from 374); Max value from RGB is 206 - color contains mainly: blue. Hex color #1296CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1296CE is #ED6931. Grayscale: #747474. Windows color (decimal): -15558962 or 13538834. OLE color: 13538834.

HSL color Cylindrical-coordinate representation of color #1296CE: hue angle of 197.87º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1296CE is Cyan = 0.91, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 18 150 206 -
CMYK 0.91 0.27 0 0.19
HSL 197.87º 0.84% 0.44% -
HSV(B) 197.87º 0.91% 0.81% -
XYZ 22.3 26.4 62.31 -
YUV 116.92 178.27 57.45 -
System Red Green Blue C M Y K H S L
Decimal 18 150 206 0.91 0.27 0 0.19 197.87 0.84 0.44
Hex 12 96 CE 5B 1B 0 13 C6 54 2C
Octal 22 226 316 133 33 0 23 306 124 54
Binary 10010 10010110 11001110 1011011 11011 0 10011 11000110 1010100 101100

Color Harmonies of #1296CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1296CE

Black with #1296CE

Text Example


Text Example

White with #1296CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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