Html Css Color HEX #1299DF Pacific Blue

📋 copy color: '#1299DF'

red 18 ◦ green 153 ◦ blue 223

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

Shades of Pacific Blue #1299DF

Tints of Pacific Blue #1299DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 56.6%

R = 4.57%
G = 38.83%
B = 56.6%

CMYK

 C value IS 0.92

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1299DF (or 0x1299DF) is known color: Pacific Blue. HEX triplet: 12, 99 and DF. RGB value is (18,153,223). Sum of RGB (Red+Green+Blue) = 18+153+223=394 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.57% from 394); Green value is 153 (60.16% from 255 or 38.83% from 394); Blue value is 223 (87.5% from 255 or 56.60% from 394); Max value from RGB is 223 - color contains mainly: blue. Hex color #1299DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1299DF is #ED6620. Grayscale: #787878. Windows color (decimal): -15558177 or 14653714. OLE color: 14653714.

HSL color Cylindrical-coordinate representation of color #1299DF: hue angle of 200.49º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1299DF is Cyan = 0.92, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 18 153 223 -
CMYK 0.92 0.31 0 0.13
HSL 200.49º 0.85% 0.47% -
HSV(B) 200.49º 0.92% 0.87% -
XYZ 24.96 28.24 73.95 -
YUV 120.62 185.77 54.81 -
System Red Green Blue C M Y K H S L
Decimal 18 153 223 0.92 0.31 0 0.13 200.49 0.85 0.47
Hex 12 99 DF 5C 1F 0 D C8 55 2F
Octal 22 231 337 134 37 0 15 310 125 57
Binary 10010 10011001 11011111 1011100 11111 0 1101 11001000 1010101 101111

Color Harmonies of #1299DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1299DF

Black with #1299DF

Text Example


Text Example

White with #1299DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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