Html Css Color HEX #129CDE Pacific Blue

📋 copy color: '#129CDE'

red 18 ◦ green 156 ◦ blue 222

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

Shades of Pacific Blue #129CDE

Tints of Pacific Blue #129CDE

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.39%

 BLUE value IS 222 (87.11% from 255) = 56.06%

R = 4.55%
G = 39.39%
B = 56.06%

CMYK

 C value IS 0.92

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#129CDE (or 0x129CDE) is known color: Pacific Blue. HEX triplet: 12, 9C and DE. RGB value is (18,156,222). Sum of RGB (Red+Green+Blue) = 18+156+222=396 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.55% from 396); Green value is 156 (61.33% from 255 or 39.39% from 396); Blue value is 222 (87.11% from 255 or 56.06% from 396); Max value from RGB is 222 - color contains mainly: blue. Hex color #129CDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129CDE is #ED6321. Grayscale: #797979. Windows color (decimal): -15557410 or 14588946. OLE color: 14588946.

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

Color convert

RGB 18 156 222 -
CMYK 0.92 0.30 0 0.13
HSL 199.41º 0.85% 0.47% -
HSV(B) 199.41º 0.92% 0.87% -
XYZ 25.32 29.18 73.4 -
YUV 122.26 184.28 53.63 -
System Red Green Blue C M Y K H S L
Decimal 18 156 222 0.92 0.30 0 0.13 199.41 0.85 0.47
Hex 12 9C DE 5C 1E 0 D C7 55 2F
Octal 22 234 336 134 36 0 15 307 125 57
Binary 10010 10011100 11011110 1011100 11110 0 1101 11000111 1010101 101111

Color Harmonies of #129CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129CDE

Black with #129CDE

Text Example


Text Example

White with #129CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,156,222); }

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

background-color css

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

 a { background-color: rgb(18,156,222); }

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

border-color css

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

 span { border-color: rgb(18,156,222); }

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