Html Css Color HEX #1299D5 Pacific Blue

📋 copy color: '#1299D5'

red 18 ◦ green 153 ◦ blue 213

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

Shades of Pacific Blue #1299D5

Tints of Pacific Blue #1299D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 55.47%

R = 4.69%
G = 39.84%
B = 55.47%

CMYK

 C value IS 0.92

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1299D5 (or 0x1299D5) is known color: Pacific Blue. HEX triplet: 12, 99 and D5. RGB value is (18,153,213). Sum of RGB (Red+Green+Blue) = 18+153+213=384 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.69% from 384); Green value is 153 (60.16% from 255 or 39.84% from 384); Blue value is 213 (83.59% from 255 or 55.47% from 384); Max value from RGB is 213 - color contains mainly: blue. Hex color #1299D5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1299D5 is #ED662A. Grayscale: #777777. Windows color (decimal): -15558187 or 13998354. OLE color: 13998354.

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

Color convert

RGB 18 153 213 -
CMYK 0.92 0.28 0 0.16
HSL 198.46º 0.84% 0.45% -
HSV(B) 198.46º 0.92% 0.84% -
XYZ 23.65 27.72 67.05 -
YUV 119.48 180.77 55.62 -
System Red Green Blue C M Y K H S L
Decimal 18 153 213 0.92 0.28 0 0.16 198.46 0.84 0.45
Hex 12 99 D5 5C 1C 0 10 C6 54 2D
Octal 22 231 325 134 34 0 20 306 124 55
Binary 10010 10011001 11010101 1011100 11100 0 10000 11000110 1010100 101101

Color Harmonies of #1299D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1299D5

Black with #1299D5

Text Example


Text Example

White with #1299D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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