Html Css Color HEX #299EDA Summer Sky

📋 copy color: '#299EDA'

red 41 ◦ green 158 ◦ blue 218

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

Shades of Summer Sky #299EDA

Tints of Summer Sky #299EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 52.28%

R = 9.83%
G = 37.89%
B = 52.28%

CMYK

 C value IS 0.81

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#299EDA (or 0x299EDA) is known color: Summer Sky. HEX triplet: 29, 9E and DA. RGB value is (41,158,218). Sum of RGB (Red+Green+Blue) = 41+158+218=417 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.83% from 417); Green value is 158 (62.11% from 255 or 37.89% from 417); Blue value is 218 (85.55% from 255 or 52.28% from 417); Max value from RGB is 218 - color contains mainly: blue. Hex color #299EDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #299EDA is #D66125. Grayscale: #818181. Windows color (decimal): -14049574 or 14327337. OLE color: 14327337.

HSL color Cylindrical-coordinate representation of color #299EDA: hue angle of 200.34º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #299EDA is Cyan = 0.81, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 41 158 218 -
CMYK 0.81 0.28 0 0.15
HSL 200.34º 0.71% 0.51% -
HSV(B) 200.34º 0.81% 0.85% -
XYZ 25.8 29.99 70.76 -
YUV 129.86 177.74 64.62 -
System Red Green Blue C M Y K H S L
Decimal 41 158 218 0.81 0.28 0 0.15 200.34 0.71 0.51
Hex 29 9E DA 51 1C 0 F C8 47 33
Octal 51 236 332 121 34 0 17 310 107 63
Binary 101001 10011110 11011010 1010001 11100 0 1111 11001000 1000111 110011

Color Harmonies of #299EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299EDA

Black with #299EDA

Text Example


Text Example

White with #299EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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