Html Css Color HEX #129BB3 Pelorous

📋 copy color: '#129BB3'

red 18 ◦ green 155 ◦ blue 179

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

Shades of Pelorous #129BB3

Tints of Pelorous #129BB3

RGB

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

 GREEN value IS 155 (60.94% from 255) = 44.03%

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

R = 5.11%
G = 44.03%
B = 50.85%

CMYK

 C value IS 0.90

 M value IS 0.13

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#129BB3 (or 0x129BB3) is known color: Pelorous. HEX triplet: 12, 9B and B3. RGB value is (18,155,179). Sum of RGB (Red+Green+Blue) = 18+155+179=352 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.11% from 352); Green value is 155 (60.94% from 255 or 44.03% from 352); Blue value is 179 (70.31% from 255 or 50.85% from 352); Max value from RGB is 179 - color contains mainly: blue. Hex color #129BB3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129BB3 is #ED644C. Grayscale: #747474. Windows color (decimal): -15557709 or 11770642. OLE color: 11770642.

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

Color convert

RGB 18 155 179 -
CMYK 0.90 0.13 0 0.30
HSL 188.94º 0.82% 0.39% -
HSV(B) 188.94º 0.9% 0.7% -
XYZ 20.11 26.83 46.77 -
YUV 116.77 163.11 57.55 -
System Red Green Blue C M Y K H S L
Decimal 18 155 179 0.90 0.13 0 0.30 188.94 0.82 0.39
Hex 12 9B B3 5A D 0 1E BD 52 27
Octal 22 233 263 132 15 0 36 275 122 47
Binary 10010 10011011 10110011 1011010 1101 0 11110 10111101 1010010 100111

Color Harmonies of #129BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129BB3

Black with #129BB3

Text Example


Text Example

White with #129BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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