Html Css Color HEX #2996DC Summer Sky

📋 copy color: '#2996DC'

red 41 ◦ green 150 ◦ blue 220

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

Shades of Summer Sky #2996DC

Tints of Summer Sky #2996DC

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.5%

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

R = 9.98%
G = 36.5%
B = 53.53%

CMYK

 C value IS 0.81

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2996DC (or 0x2996DC) is known color: Summer Sky. HEX triplet: 29, 96 and DC. RGB value is (41,150,220). Sum of RGB (Red+Green+Blue) = 41+150+220=411 (54% of max value = 765). Red value is 41 (16.41% from 255 or 9.98% from 411); Green value is 150 (58.98% from 255 or 36.50% from 411); Blue value is 220 (86.33% from 255 or 53.53% from 411); Max value from RGB is 220 - color contains mainly: blue. Hex color #2996DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2996DC is #D66923. Grayscale: #7D7D7D. Windows color (decimal): -14051620 or 14456361. OLE color: 14456361.

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

Color convert

RGB 41 150 220 -
CMYK 0.81 0.32 0 0.14
HSL 203.46º 0.72% 0.51% -
HSV(B) 203.46º 0.81% 0.86% -
XYZ 24.74 27.45 71.7 -
YUV 125.39 181.39 67.81 -
System Red Green Blue C M Y K H S L
Decimal 41 150 220 0.81 0.32 0 0.14 203.46 0.72 0.51
Hex 29 96 DC 51 20 0 E CB 48 33
Octal 51 226 334 121 40 0 16 313 110 63
Binary 101001 10010110 11011100 1010001 100000 0 1110 11001011 1001000 110011

Color Harmonies of #2996DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2996DC

Black with #2996DC

Text Example


Text Example

White with #2996DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2996DC; }

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

 H1.HeaderClassName
 {
   color: #2996DC;
 }
 .AnyTagClassName
 {
   color: #2996DC;
 }
</style>

background-color css

<style>
 a { background-color: #2996DC; }

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

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

border-color css

<style>
 span { border-color: #2996DC; }

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

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