Html Css Color HEX #1296DF Pacific Blue

📋 copy color: '#1296DF'

red 18 ◦ green 150 ◦ blue 223

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

Shades of Pacific Blue #1296DF

Tints of Pacific Blue #1296DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 57.03%

R = 4.6%
G = 38.36%
B = 57.03%

CMYK

 C value IS 0.92

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1296DF (or 0x1296DF) is known color: Pacific Blue. HEX triplet: 12, 96 and DF. RGB value is (18,150,223). Sum of RGB (Red+Green+Blue) = 18+150+223=391 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.60% from 391); Green value is 150 (58.98% from 255 or 38.36% from 391); Blue value is 223 (87.5% from 255 or 57.03% from 391); Max value from RGB is 223 - color contains mainly: blue. Hex color #1296DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1296DF is #ED6920. Grayscale: #767676. Windows color (decimal): -15558945 or 14652946. OLE color: 14652946.

HSL color Cylindrical-coordinate representation of color #1296DF: hue angle of 201.37º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1296DF is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 18 150 223 -
CMYK 0.92 0.33 0 0.13
HSL 201.37º 0.85% 0.47% -
HSV(B) 201.37º 0.92% 0.87% -
XYZ 24.48 27.27 73.79 -
YUV 118.85 186.77 56.06 -
System Red Green Blue C M Y K H S L
Decimal 18 150 223 0.92 0.33 0 0.13 201.37 0.85 0.47
Hex 12 96 DF 5C 21 0 D C9 55 2F
Octal 22 226 337 134 41 0 15 311 125 57
Binary 10010 10010110 11011111 1011100 100001 0 1101 11001001 1010101 101111

Color Harmonies of #1296DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1296DF

Black with #1296DF

Text Example


Text Example

White with #1296DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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