Html Css Color HEX #2996DD Summer Sky

📋 copy color: '#2996DD'

red 41 ◦ green 150 ◦ blue 221

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

Shades of Summer Sky #2996DD

Tints of Summer Sky #2996DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53.64%

R = 9.95%
G = 36.41%
B = 53.64%

CMYK

 C value IS 0.81

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2996DD (or 0x2996DD) is known color: Summer Sky. HEX triplet: 29, 96 and DD. RGB value is (41,150,221). Sum of RGB (Red+Green+Blue) = 41+150+221=412 (54% of max value = 765). Red value is 41 (16.41% from 255 or 9.95% from 412); Green value is 150 (58.98% from 255 or 36.41% from 412); Blue value is 221 (86.72% from 255 or 53.64% from 412); Max value from RGB is 221 - color contains mainly: blue. Hex color #2996DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2996DD is #D66922. Grayscale: #7D7D7D. Windows color (decimal): -14051619 or 14521897. OLE color: 14521897.

HSL color Cylindrical-coordinate representation of color #2996DD: hue angle of 203.67º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2996DD is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 41 150 221 -
CMYK 0.81 0.32 0 0.13
HSL 203.67º 0.73% 0.51% -
HSV(B) 203.67º 0.81% 0.87% -
XYZ 24.87 27.5 72.4 -
YUV 125.5 181.89 67.73 -
System Red Green Blue C M Y K H S L
Decimal 41 150 221 0.81 0.32 0 0.13 203.67 0.73 0.51
Hex 29 96 DD 51 20 0 D CC 49 33
Octal 51 226 335 121 40 0 15 314 111 63
Binary 101001 10010110 11011101 1010001 100000 0 1101 11001100 1001001 110011

Color Harmonies of #2996DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2996DD

Black with #2996DD

Text Example


Text Example

White with #2996DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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