Html Css Color HEX #299FAA Pelorous

📋 copy color: '#299FAA'

red 41 ◦ green 159 ◦ blue 170

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

Shades of Pelorous #299FAA

Tints of Pelorous #299FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 45.95%

R = 11.08%
G = 42.97%
B = 45.95%

CMYK

 C value IS 0.76

 M value IS 0.06

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#299FAA (or 0x299FAA) is known color: Pelorous. HEX triplet: 29, 9F and AA. RGB value is (41,159,170). Sum of RGB (Red+Green+Blue) = 41+159+170=370 (49% of max value = 765). Red value is 41 (16.41% from 255 or 11.08% from 370); Green value is 159 (62.5% from 255 or 42.97% from 370); Blue value is 170 (66.80% from 255 or 45.95% from 370); Max value from RGB is 170 - color contains mainly: blue. Hex color #299FAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299FAA is #D66055. Grayscale: #7C7C7C. Windows color (decimal): -14049366 or 11181865. OLE color: 11181865.

HSL color Cylindrical-coordinate representation of color #299FAA: hue angle of 185.12º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #299FAA is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 41 159 170 -
CMYK 0.76 0.06 0 0.33
HSL 185.12º 0.61% 0.41% -
HSV(B) 185.12º 0.76% 0.67% -
XYZ 20.57 28.17 42.38 -
YUV 124.97 153.41 68.11 -
System Red Green Blue C M Y K H S L
Decimal 41 159 170 0.76 0.06 0 0.33 185.12 0.61 0.41
Hex 29 9F AA 4C 6 0 21 B9 3D 29
Octal 51 237 252 114 6 0 41 271 75 51
Binary 101001 10011111 10101010 1001100 110 0 100001 10111001 111101 101001

Color Harmonies of #299FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299FAA

Black with #299FAA

Text Example


Text Example

White with #299FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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