Html Css Color HEX #1299CC Pacific Blue

📋 copy color: '#1299CC'

red 18 ◦ green 153 ◦ blue 204

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

Shades of Pacific Blue #1299CC

Tints of Pacific Blue #1299CC

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.8%

 BLUE value IS 204 (80.08% from 255) = 54.4%

R = 4.8%
G = 40.8%
B = 54.4%

CMYK

 C value IS 0.91

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1299CC (or 0x1299CC) is known color: Pacific Blue. HEX triplet: 12, 99 and CC. RGB value is (18,153,204). Sum of RGB (Red+Green+Blue) = 18+153+204=375 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.8% from 375); Green value is 153 (60.16% from 255 or 40.8% from 375); Blue value is 204 (80.08% from 255 or 54.4% from 375); Max value from RGB is 204 - color contains mainly: blue. Hex color #1299CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1299CC is #ED6633. Grayscale: #767676. Windows color (decimal): -15558196 or 13408530. OLE color: 13408530.

HSL color Cylindrical-coordinate representation of color #1299CC: hue angle of 196.45º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1299CC is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 18 153 204 -
CMYK 0.91 0.25 0 0.2
HSL 196.45º 0.84% 0.44% -
HSV(B) 196.45º 0.91% 0.8% -
XYZ 22.54 27.27 61.2 -
YUV 118.45 176.27 56.35 -
System Red Green Blue C M Y K H S L
Decimal 18 153 204 0.91 0.25 0 0.2 196.45 0.84 0.44
Hex 12 99 CC 5B 19 0 14 C4 54 2C
Octal 22 231 314 133 31 0 24 304 124 54
Binary 10010 10011001 11001100 1011011 11001 0 10100 11000100 1010100 101100

Color Harmonies of #1299CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1299CC

Black with #1299CC

Text Example


Text Example

White with #1299CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1299CC; }

 p { color: rgb(18,153,204); }

 H1.HeaderClassName
 {
   color: #1299CC;
 }
 .AnyTagClassName
 {
   color: #1299CC;
 }
</style>

background-color css

<style>
 a { background-color: #1299CC; }

 a { background-color: rgb(18,153,204); }

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

border-color css

<style>
 span { border-color: #1299CC; }

 span { border-color: rgb(18,153,204); }

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