Html Css Color HEX #299DDC Summer Sky

📋 copy color: '#299DDC'

red 41 ◦ green 157 ◦ blue 220

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

Shades of Summer Sky #299DDC

Tints of Summer Sky #299DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 52.63%

R = 9.81%
G = 37.56%
B = 52.63%

CMYK

 C value IS 0.81

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#299DDC (or 0x299DDC) is known color: Summer Sky. HEX triplet: 29, 9D and DC. RGB value is (41,157,220). Sum of RGB (Red+Green+Blue) = 41+157+220=418 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.81% from 418); Green value is 157 (61.72% from 255 or 37.56% from 418); Blue value is 220 (86.33% from 255 or 52.63% from 418); Max value from RGB is 220 - color contains mainly: blue. Hex color #299DDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #299DDC is #D66223. Grayscale: #818181. Windows color (decimal): -14049828 or 14458153. OLE color: 14458153.

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

Color convert

RGB 41 157 220 -
CMYK 0.81 0.29 0 0.14
HSL 201.12º 0.72% 0.51% -
HSV(B) 201.12º 0.81% 0.86% -
XYZ 25.89 29.75 72.09 -
YUV 129.5 179.07 64.88 -
System Red Green Blue C M Y K H S L
Decimal 41 157 220 0.81 0.29 0 0.14 201.12 0.72 0.51
Hex 29 9D DC 51 1D 0 E C9 48 33
Octal 51 235 334 121 35 0 16 311 110 63
Binary 101001 10011101 11011100 1010001 11101 0 1110 11001001 1001000 110011

Color Harmonies of #299DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299DDC

Black with #299DDC

Text Example


Text Example

White with #299DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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