Html Css Color HEX #129CCF Pacific Blue

📋 copy color: '#129CCF'

red 18 ◦ green 156 ◦ blue 207

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

Shades of Pacific Blue #129CCF

Tints of Pacific Blue #129CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 54.33%

R = 4.72%
G = 40.94%
B = 54.33%

CMYK

 C value IS 0.91

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#129CCF (or 0x129CCF) is known color: Pacific Blue. HEX triplet: 12, 9C and CF. RGB value is (18,156,207). Sum of RGB (Red+Green+Blue) = 18+156+207=381 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.72% from 381); Green value is 156 (61.33% from 255 or 40.94% from 381); Blue value is 207 (81.25% from 255 or 54.33% from 381); Max value from RGB is 207 - color contains mainly: blue. Hex color #129CCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129CCF is #ED6330. Grayscale: #787878. Windows color (decimal): -15557425 or 13605906. OLE color: 13605906.

HSL color Cylindrical-coordinate representation of color #129CCF: hue angle of 196.19º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #129CCF is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 18 156 207 -
CMYK 0.91 0.25 0 0.19
HSL 196.19º 0.84% 0.44% -
HSV(B) 196.19º 0.91% 0.81% -
XYZ 23.4 28.41 63.28 -
YUV 120.55 176.78 54.85 -
System Red Green Blue C M Y K H S L
Decimal 18 156 207 0.91 0.25 0 0.19 196.19 0.84 0.44
Hex 12 9C CF 5B 19 0 13 C4 54 2C
Octal 22 234 317 133 31 0 23 304 124 54
Binary 10010 10011100 11001111 1011011 11001 0 10011 11000100 1010100 101100

Color Harmonies of #129CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129CCF

Black with #129CCF

Text Example


Text Example

White with #129CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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