Html Css Color HEX #129DB3 Pelorous

📋 copy color: '#129DB3'

red 18 ◦ green 157 ◦ blue 179

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

Shades of Pelorous #129DB3

Tints of Pelorous #129DB3

RGB

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

 GREEN value IS 157 (61.72% from 255) = 44.35%

 BLUE value IS 179 (70.31% from 255) = 50.56%

R = 5.08%
G = 44.35%
B = 50.56%

CMYK

 C value IS 0.90

 M value IS 0.12

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#129DB3 (or 0x129DB3) is known color: Pelorous. HEX triplet: 12, 9D and B3. RGB value is (18,157,179). Sum of RGB (Red+Green+Blue) = 18+157+179=354 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.08% from 354); Green value is 157 (61.72% from 255 or 44.35% from 354); Blue value is 179 (70.31% from 255 or 50.56% from 354); Max value from RGB is 179 - color contains mainly: blue. Hex color #129DB3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129DB3 is #ED624C. Grayscale: #757575. Windows color (decimal): -15557197 or 11771154. OLE color: 11771154.

HSL color Cylindrical-coordinate representation of color #129DB3: hue angle of 188.2º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #129DB3 is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 18 157 179 -
CMYK 0.90 0.12 0 0.30
HSL 188.2º 0.82% 0.39% -
HSV(B) 188.2º 0.9% 0.7% -
XYZ 20.44 27.5 46.88 -
YUV 117.95 162.45 56.71 -
System Red Green Blue C M Y K H S L
Decimal 18 157 179 0.90 0.12 0 0.30 188.2 0.82 0.39
Hex 12 9D B3 5A C 0 1E BC 52 27
Octal 22 235 263 132 14 0 36 274 122 47
Binary 10010 10011101 10110011 1011010 1100 0 11110 10111100 1010010 100111

Color Harmonies of #129DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129DB3

Black with #129DB3

Text Example


Text Example

White with #129DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,157,179); }

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

background-color css

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

 a { background-color: rgb(18,157,179); }

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

border-color css

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

 span { border-color: rgb(18,157,179); }

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