Html Css Color HEX #299FCD Summer Sky

📋 copy color: '#299FCD'

red 41 ◦ green 159 ◦ blue 205

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

Shades of Summer Sky #299FCD

Tints of Summer Sky #299FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50.62%

R = 10.12%
G = 39.26%
B = 50.62%

CMYK

 C value IS 0.8

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#299FCD (or 0x299FCD) is known color: Summer Sky. HEX triplet: 29, 9F and CD. RGB value is (41,159,205). Sum of RGB (Red+Green+Blue) = 41+159+205=405 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.12% from 405); Green value is 159 (62.5% from 255 or 39.26% from 405); Blue value is 205 (80.47% from 255 or 50.62% from 405); Max value from RGB is 205 - color contains mainly: blue. Hex color #299FCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #299FCD is #D66032. Grayscale: #808080. Windows color (decimal): -14049331 or 13475625. OLE color: 13475625.

HSL color Cylindrical-coordinate representation of color #299FCD: hue angle of 196.83º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #299FCD is Cyan = 0.8, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 41 159 205 -
CMYK 0.8 0.22 0 0.20
HSL 196.83º 0.67% 0.48% -
HSV(B) 196.83º 0.8% 0.8% -
XYZ 24.33 29.68 62.2 -
YUV 128.96 170.91 65.26 -
System Red Green Blue C M Y K H S L
Decimal 41 159 205 0.8 0.22 0 0.20 196.83 0.67 0.48
Hex 29 9F CD 50 16 0 14 C5 43 30
Octal 51 237 315 120 26 0 24 305 103 60
Binary 101001 10011111 11001101 1010000 10110 0 10100 11000101 1000011 110000

Color Harmonies of #299FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299FCD

Black with #299FCD

Text Example


Text Example

White with #299FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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