Html Css Color HEX #129ADF Pacific Blue

📋 copy color: '#129ADF'

red 18 ◦ green 154 ◦ blue 223

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

Shades of Pacific Blue #129ADF

Tints of Pacific Blue #129ADF

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.99%

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

R = 4.56%
G = 38.99%
B = 56.46%

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

#129ADF (or 0x129ADF) is known color: Pacific Blue. HEX triplet: 12, 9A and DF. RGB value is (18,154,223). Sum of RGB (Red+Green+Blue) = 18+154+223=395 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.56% from 395); Green value is 154 (60.55% from 255 or 38.99% from 395); Blue value is 223 (87.5% from 255 or 56.46% from 395); Max value from RGB is 223 - color contains mainly: blue. Hex color #129ADF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129ADF is #ED6520. Grayscale: #787878. Windows color (decimal): -15557921 or 14653970. OLE color: 14653970.

HSL color Cylindrical-coordinate representation of color #129ADF: hue angle of 200.2º 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 #129ADF is Cyan = 0.92, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 18 154 223 -
CMYK 0.92 0.31 0 0.13
HSL 200.2º 0.85% 0.47% -
HSV(B) 200.2º 0.92% 0.87% -
XYZ 25.12 28.57 74 -
YUV 121.2 185.44 54.39 -
System Red Green Blue C M Y K H S L
Decimal 18 154 223 0.92 0.31 0 0.13 200.2 0.85 0.47
Hex 12 9A DF 5C 1F 0 D C8 55 2F
Octal 22 232 337 134 37 0 15 310 125 57
Binary 10010 10011010 11011111 1011100 11111 0 1101 11001000 1010101 101111

Color Harmonies of #129ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129ADF

Black with #129ADF

Text Example


Text Example

White with #129ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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