Html Css Color HEX #299DDD Summer Sky

📋 copy color: '#299DDD'

red 41 ◦ green 157 ◦ blue 221

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

Shades of Summer Sky #299DDD

Tints of Summer Sky #299DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 52.74%

R = 9.79%
G = 37.47%
B = 52.74%

CMYK

 C value IS 0.81

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#299DDD (or 0x299DDD) is known color: Summer Sky. HEX triplet: 29, 9D and DD. RGB value is (41,157,221). Sum of RGB (Red+Green+Blue) = 41+157+221=419 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.79% from 419); Green value is 157 (61.72% from 255 or 37.47% from 419); Blue value is 221 (86.72% from 255 or 52.74% from 419); Max value from RGB is 221 - color contains mainly: blue. Hex color #299DDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #299DDD is #D66222. Grayscale: #818181. Windows color (decimal): -14049827 or 14523689. OLE color: 14523689.

HSL color Cylindrical-coordinate representation of color #299DDD: hue angle of 201.33º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #299DDD is Cyan = 0.81, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 41 157 221 -
CMYK 0.81 0.29 0 0.13
HSL 201.33º 0.73% 0.51% -
HSV(B) 201.33º 0.81% 0.87% -
XYZ 26.02 29.81 72.79 -
YUV 129.61 179.57 64.8 -
System Red Green Blue C M Y K H S L
Decimal 41 157 221 0.81 0.29 0 0.13 201.33 0.73 0.51
Hex 29 9D DD 51 1D 0 D C9 49 33
Octal 51 235 335 121 35 0 15 311 111 63
Binary 101001 10011101 11011101 1010001 11101 0 1101 11001001 1001001 110011

Color Harmonies of #299DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299DDD

Black with #299DDD

Text Example


Text Example

White with #299DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,157,221); }

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

background-color css

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

 a { background-color: rgb(41,157,221); }

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

border-color css

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

 span { border-color: rgb(41,157,221); }

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