Html Css Color HEX #1299DB Pacific Blue

📋 copy color: '#1299DB'

red 18 ◦ green 153 ◦ blue 219

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

Shades of Pacific Blue #1299DB

Tints of Pacific Blue #1299DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 56.15%

R = 4.62%
G = 39.23%
B = 56.15%

CMYK

 C value IS 0.92

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1299DB (or 0x1299DB) is known color: Pacific Blue. HEX triplet: 12, 99 and DB. RGB value is (18,153,219). Sum of RGB (Red+Green+Blue) = 18+153+219=390 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.62% from 390); Green value is 153 (60.16% from 255 or 39.23% from 390); Blue value is 219 (85.94% from 255 or 56.15% from 390); Max value from RGB is 219 - color contains mainly: blue. Hex color #1299DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1299DB is #ED6624. Grayscale: #777777. Windows color (decimal): -15558181 or 14391570. OLE color: 14391570.

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

Color convert

RGB 18 153 219 -
CMYK 0.92 0.30 0 0.14
HSL 199.7º 0.85% 0.46% -
HSV(B) 199.7º 0.92% 0.86% -
XYZ 24.43 28.03 71.14 -
YUV 120.16 183.77 55.13 -
System Red Green Blue C M Y K H S L
Decimal 18 153 219 0.92 0.30 0 0.14 199.7 0.85 0.46
Hex 12 99 DB 5C 1E 0 E C8 55 2E
Octal 22 231 333 134 36 0 16 310 125 56
Binary 10010 10011001 11011011 1011100 11110 0 1110 11001000 1010101 101110

Color Harmonies of #1299DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1299DB

Black with #1299DB

Text Example


Text Example

White with #1299DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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