Html Css Color HEX #299FDD Summer Sky

📋 copy color: '#299FDD'

red 41 ◦ green 159 ◦ blue 221

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

Shades of Summer Sky #299FDD

Tints of Summer Sky #299FDD

RGB

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

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

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

R = 9.74%
G = 37.77%
B = 52.49%

CMYK

 C value IS 0.81

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#299FDD (or 0x299FDD) is known color: Summer Sky. HEX triplet: 29, 9F and DD. RGB value is (41,159,221). Sum of RGB (Red+Green+Blue) = 41+159+221=421 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.74% from 421); Green value is 159 (62.5% from 255 or 37.77% from 421); Blue value is 221 (86.72% from 255 or 52.49% from 421); Max value from RGB is 221 - color contains mainly: blue. Hex color #299FDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #299FDD is #D66022. Grayscale: #828282. Windows color (decimal): -14049315 or 14524201. OLE color: 14524201.

HSL color Cylindrical-coordinate representation of color #299FDD: hue angle of 200.67º 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 #299FDD is Cyan = 0.81, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 41 159 221 -
CMYK 0.81 0.28 0 0.13
HSL 200.67º 0.73% 0.51% -
HSV(B) 200.67º 0.81% 0.87% -
XYZ 26.36 30.49 72.9 -
YUV 130.79 178.91 63.96 -
System Red Green Blue C M Y K H S L
Decimal 41 159 221 0.81 0.28 0 0.13 200.67 0.73 0.51
Hex 29 9F DD 51 1C 0 D C9 49 33
Octal 51 237 335 121 34 0 15 311 111 63
Binary 101001 10011111 11011101 1010001 11100 0 1101 11001001 1001001 110011

Color Harmonies of #299FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299FDD

Black with #299FDD

Text Example


Text Example

White with #299FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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