Html Css Color HEX #129FDA Pacific Blue

📋 copy color: '#129FDA'

red 18 ◦ green 159 ◦ blue 218

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

Shades of Pacific Blue #129FDA

Tints of Pacific Blue #129FDA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 40.25%

 BLUE value IS 218 (85.55% from 255) = 55.19%

R = 4.56%
G = 40.25%
B = 55.19%

CMYK

 C value IS 0.92

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#129FDA (or 0x129FDA) is known color: Pacific Blue. HEX triplet: 12, 9F and DA. RGB value is (18,159,218). Sum of RGB (Red+Green+Blue) = 18+159+218=395 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.56% from 395); Green value is 159 (62.5% from 255 or 40.25% from 395); Blue value is 218 (85.55% from 255 or 55.19% from 395); Max value from RGB is 218 - color contains mainly: blue. Hex color #129FDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129FDA is #ED6025. Grayscale: #7B7B7B. Windows color (decimal): -15556646 or 14327570. OLE color: 14327570.

HSL color Cylindrical-coordinate representation of color #129FDA: hue angle of 197.7º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #129FDA is Cyan = 0.92, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 18 159 218 -
CMYK 0.92 0.27 0 0.15
HSL 197.7º 0.85% 0.46% -
HSV(B) 197.7º 0.92% 0.85% -
XYZ 25.3 29.99 70.78 -
YUV 123.57 181.29 52.7 -
System Red Green Blue C M Y K H S L
Decimal 18 159 218 0.92 0.27 0 0.15 197.7 0.85 0.46
Hex 12 9F DA 5C 1B 0 F C6 55 2E
Octal 22 237 332 134 33 0 17 306 125 56
Binary 10010 10011111 11011010 1011100 11011 0 1111 11000110 1010101 101110

Color Harmonies of #129FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129FDA

Black with #129FDA

Text Example


Text Example

White with #129FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129FDA; }

 p { color: rgb(18,159,218); }

 H1.HeaderClassName
 {
   color: #129FDA;
 }
 .AnyTagClassName
 {
   color: #129FDA;
 }
</style>

background-color css

<style>
 a { background-color: #129FDA; }

 a { background-color: rgb(18,159,218); }

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

border-color css

<style>
 span { border-color: #129FDA; }

 span { border-color: rgb(18,159,218); }

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