Html Css Color HEX #1298CE Pacific Blue

📋 copy color: '#1298CE'

red 18 ◦ green 152 ◦ blue 206

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

Shades of Pacific Blue #1298CE

Tints of Pacific Blue #1298CE

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.43%

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

R = 4.79%
G = 40.43%
B = 54.79%

CMYK

 C value IS 0.91

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1298CE (or 0x1298CE) is known color: Pacific Blue. HEX triplet: 12, 98 and CE. RGB value is (18,152,206). Sum of RGB (Red+Green+Blue) = 18+152+206=376 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.79% from 376); Green value is 152 (59.77% from 255 or 40.43% from 376); Blue value is 206 (80.86% from 255 or 54.79% from 376); Max value from RGB is 206 - color contains mainly: blue. Hex color #1298CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1298CE is #ED6731. Grayscale: #757575. Windows color (decimal): -15558450 or 13539346. OLE color: 13539346.

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

Color convert

RGB 18 152 206 -
CMYK 0.91 0.26 0 0.19
HSL 197.23º 0.84% 0.44% -
HSV(B) 197.23º 0.91% 0.81% -
XYZ 22.62 27.04 62.42 -
YUV 118.09 177.61 56.61 -
System Red Green Blue C M Y K H S L
Decimal 18 152 206 0.91 0.26 0 0.19 197.23 0.84 0.44
Hex 12 98 CE 5B 1A 0 13 C5 54 2C
Octal 22 230 316 133 32 0 23 305 124 54
Binary 10010 10011000 11001110 1011011 11010 0 10011 11000101 1010100 101100

Color Harmonies of #1298CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1298CE

Black with #1298CE

Text Example


Text Example

White with #1298CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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