Html Css Color HEX #299FAD Pelorous

📋 copy color: '#299FAD'

red 41 ◦ green 159 ◦ blue 173

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

Shades of Pelorous #299FAD

Tints of Pelorous #299FAD

RGB

 RED value IS 41 (16.41% from 255) = 10.99%

 GREEN value IS 159 (62.5% from 255) = 42.63%

 BLUE value IS 173 (67.97% from 255) = 46.38%

R = 10.99%
G = 42.63%
B = 46.38%

CMYK

 C value IS 0.76

 M value IS 0.08

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#299FAD (or 0x299FAD) is known color: Pelorous. HEX triplet: 29, 9F and AD. RGB value is (41,159,173). Sum of RGB (Red+Green+Blue) = 41+159+173=373 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.99% from 373); Green value is 159 (62.5% from 255 or 42.63% from 373); Blue value is 173 (67.97% from 255 or 46.38% from 373); Max value from RGB is 173 - color contains mainly: blue. Hex color #299FAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299FAD is #D66052. Grayscale: #7D7D7D. Windows color (decimal): -14049363 or 11378473. OLE color: 11378473.

HSL color Cylindrical-coordinate representation of color #299FAD: hue angle of 186.36º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #299FAD is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 41 159 173 -
CMYK 0.76 0.08 0 0.32
HSL 186.36º 0.62% 0.42% -
HSV(B) 186.36º 0.76% 0.68% -
XYZ 20.86 28.28 43.9 -
YUV 125.31 154.91 67.86 -
System Red Green Blue C M Y K H S L
Decimal 41 159 173 0.76 0.08 0 0.32 186.36 0.62 0.42
Hex 29 9F AD 4C 8 0 20 BA 3E 2A
Octal 51 237 255 114 10 0 40 272 76 52
Binary 101001 10011111 10101101 1001100 1000 0 100000 10111010 111110 101010

Color Harmonies of #299FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299FAD

Black with #299FAD

Text Example


Text Example

White with #299FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299FAD; }

 p { color: rgb(41,159,173); }

 H1.HeaderClassName
 {
   color: #299FAD;
 }
 .AnyTagClassName
 {
   color: #299FAD;
 }
</style>

background-color css

<style>
 a { background-color: #299FAD; }

 a { background-color: rgb(41,159,173); }

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

border-color css

<style>
 span { border-color: #299FAD; }

 span { border-color: rgb(41,159,173); }

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