Html Css Color HEX #1299D7 Pacific Blue

📋 copy color: '#1299D7'

red 18 ◦ green 153 ◦ blue 215

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

Shades of Pacific Blue #1299D7

Tints of Pacific Blue #1299D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 55.7%

R = 4.66%
G = 39.64%
B = 55.7%

CMYK

 C value IS 0.92

 M value IS 0.29

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1299D7 (or 0x1299D7) is known color: Pacific Blue. HEX triplet: 12, 99 and D7. RGB value is (18,153,215). Sum of RGB (Red+Green+Blue) = 18+153+215=386 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.66% from 386); Green value is 153 (60.16% from 255 or 39.64% from 386); Blue value is 215 (84.38% from 255 or 55.70% from 386); Max value from RGB is 215 - color contains mainly: blue. Hex color #1299D7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1299D7 is #ED6628. Grayscale: #777777. Windows color (decimal): -15558185 or 14129426. OLE color: 14129426.

HSL color Cylindrical-coordinate representation of color #1299D7: hue angle of 198.88º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1299D7 is Cyan = 0.92, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 18 153 215 -
CMYK 0.92 0.29 0 0.16
HSL 198.88º 0.85% 0.46% -
HSV(B) 198.88º 0.92% 0.84% -
XYZ 23.91 27.82 68.4 -
YUV 119.7 181.77 55.46 -
System Red Green Blue C M Y K H S L
Decimal 18 153 215 0.92 0.29 0 0.16 198.88 0.85 0.46
Hex 12 99 D7 5C 1D 0 10 C7 55 2E
Octal 22 231 327 134 35 0 20 307 125 56
Binary 10010 10011001 11010111 1011100 11101 0 10000 11000111 1010101 101110

Color Harmonies of #1299D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1299D7

Black with #1299D7

Text Example


Text Example

White with #1299D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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