Html Css Color HEX #299FDC Summer Sky

📋 copy color: '#299FDC'

red 41 ◦ green 159 ◦ blue 220

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

Shades of Summer Sky #299FDC

Tints of Summer Sky #299FDC

RGB

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

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

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

R = 9.76%
G = 37.86%
B = 52.38%

CMYK

 C value IS 0.81

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#299FDC (or 0x299FDC) is known color: Summer Sky. HEX triplet: 29, 9F and DC. RGB value is (41,159,220). Sum of RGB (Red+Green+Blue) = 41+159+220=420 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.76% from 420); Green value is 159 (62.5% from 255 or 37.86% from 420); Blue value is 220 (86.33% from 255 or 52.38% from 420); Max value from RGB is 220 - color contains mainly: blue. Hex color #299FDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #299FDC is #D66023. Grayscale: #828282. Windows color (decimal): -14049316 or 14458665. OLE color: 14458665.

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

Color convert

RGB 41 159 220 -
CMYK 0.81 0.28 0 0.14
HSL 200.45º 0.72% 0.51% -
HSV(B) 200.45º 0.81% 0.86% -
XYZ 26.23 30.44 72.2 -
YUV 130.67 178.41 64.04 -
System Red Green Blue C M Y K H S L
Decimal 41 159 220 0.81 0.28 0 0.14 200.45 0.72 0.51
Hex 29 9F DC 51 1C 0 E C8 48 33
Octal 51 237 334 121 34 0 16 310 110 63
Binary 101001 10011111 11011100 1010001 11100 0 1110 11001000 1001000 110011

Color Harmonies of #299FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299FDC

Black with #299FDC

Text Example


Text Example

White with #299FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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