Html Css Color HEX #299EDD Summer Sky

📋 copy color: '#299EDD'

red 41 ◦ green 158 ◦ blue 221

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

Shades of Summer Sky #299EDD

Tints of Summer Sky #299EDD

RGB

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

 GREEN value IS 158 (62.11% from 255) = 37.62%

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

R = 9.76%
G = 37.62%
B = 52.62%

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

#299EDD (or 0x299EDD) is known color: Summer Sky. HEX triplet: 29, 9E and DD. RGB value is (41,158,221). Sum of RGB (Red+Green+Blue) = 41+158+221=420 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.76% from 420); Green value is 158 (62.11% from 255 or 37.62% from 420); Blue value is 221 (86.72% from 255 or 52.62% from 420); Max value from RGB is 221 - color contains mainly: blue. Hex color #299EDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #299EDD is #D66122. Grayscale: #818181. Windows color (decimal): -14049571 or 14523945. OLE color: 14523945.

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

Color convert

RGB 41 158 221 -
CMYK 0.81 0.29 0 0.13
HSL 201º 0.73% 0.51% -
HSV(B) 201º 0.81% 0.87% -
XYZ 26.19 30.15 72.84 -
YUV 130.2 179.24 64.38 -
System Red Green Blue C M Y K H S L
Decimal 41 158 221 0.81 0.29 0 0.13 201 0.73 0.51
Hex 29 9E DD 51 1D 0 D C9 49 33
Octal 51 236 335 121 35 0 15 311 111 63
Binary 101001 10011110 11011101 1010001 11101 0 1101 11001001 1001001 110011

Color Harmonies of #299EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299EDD

Black with #299EDD

Text Example


Text Example

White with #299EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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