Html Css Color HEX #1297CE Pacific Blue

📋 copy color: '#1297CE'

red 18 ◦ green 151 ◦ blue 206

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

Shades of Pacific Blue #1297CE

Tints of Pacific Blue #1297CE

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.27%

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

R = 4.8%
G = 40.27%
B = 54.93%

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

#1297CE (or 0x1297CE) is known color: Pacific Blue. HEX triplet: 12, 97 and CE. RGB value is (18,151,206). Sum of RGB (Red+Green+Blue) = 18+151+206=375 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.8% from 375); Green value is 151 (59.38% from 255 or 40.27% from 375); Blue value is 206 (80.86% from 255 or 54.93% from 375); Max value from RGB is 206 - color contains mainly: blue. Hex color #1297CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1297CE is #ED6831. Grayscale: #757575. Windows color (decimal): -15558706 or 13539090. OLE color: 13539090.

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

Color convert

RGB 18 151 206 -
CMYK 0.91 0.27 0 0.19
HSL 197.55º 0.84% 0.44% -
HSV(B) 197.55º 0.91% 0.81% -
XYZ 22.46 26.72 62.37 -
YUV 117.5 177.94 57.03 -
System Red Green Blue C M Y K H S L
Decimal 18 151 206 0.91 0.27 0 0.19 197.55 0.84 0.44
Hex 12 97 CE 5B 1B 0 13 C6 54 2C
Octal 22 227 316 133 33 0 23 306 124 54
Binary 10010 10010111 11001110 1011011 11011 0 10011 11000110 1010100 101100

Color Harmonies of #1297CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1297CE

Black with #1297CE

Text Example


Text Example

White with #1297CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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