Html Css Color HEX #299ECE Summer Sky

📋 copy color: '#299ECE'

red 41 ◦ green 158 ◦ blue 206

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

Shades of Summer Sky #299ECE

Tints of Summer Sky #299ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.86%

R = 10.12%
G = 39.01%
B = 50.86%

CMYK

 C value IS 0.80

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#299ECE (or 0x299ECE) is known color: Summer Sky. HEX triplet: 29, 9E and CE. RGB value is (41,158,206). Sum of RGB (Red+Green+Blue) = 41+158+206=405 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.12% from 405); Green value is 158 (62.11% from 255 or 39.01% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #299ECE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #299ECE is #D66131. Grayscale: #808080. Windows color (decimal): -14049586 or 13540905. OLE color: 13540905.

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

Color convert

RGB 41 158 206 -
CMYK 0.80 0.23 0 0.19
HSL 197.45º 0.67% 0.48% -
HSV(B) 197.45º 0.8% 0.81% -
XYZ 24.28 29.38 62.78 -
YUV 128.49 171.74 65.6 -
System Red Green Blue C M Y K H S L
Decimal 41 158 206 0.80 0.23 0 0.19 197.45 0.67 0.48
Hex 29 9E CE 50 17 0 13 C5 43 30
Octal 51 236 316 120 27 0 23 305 103 60
Binary 101001 10011110 11001110 1010000 10111 0 10011 11000101 1000011 110000

Color Harmonies of #299ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299ECE

Black with #299ECE

Text Example


Text Example

White with #299ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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