Html Css Color HEX #2996DB Summer Sky

📋 copy color: '#2996DB'

red 41 ◦ green 150 ◦ blue 219

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

Shades of Summer Sky #2996DB

Tints of Summer Sky #2996DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 53.41%

R = 10%
G = 36.59%
B = 53.41%

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

#2996DB (or 0x2996DB) is known color: Summer Sky. HEX triplet: 29, 96 and DB. RGB value is (41,150,219). Sum of RGB (Red+Green+Blue) = 41+150+219=410 (54% of max value = 765). Red value is 41 (16.41% from 255 or 10% from 410); Green value is 150 (58.98% from 255 or 36.59% from 410); Blue value is 219 (85.94% from 255 or 53.41% from 410); Max value from RGB is 219 - color contains mainly: blue. Hex color #2996DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2996DB is #D66924. Grayscale: #7C7C7C. Windows color (decimal): -14051621 or 14390825. OLE color: 14390825.

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

Color convert

RGB 41 150 219 -
CMYK 0.81 0.32 0 0.14
HSL 203.26º 0.71% 0.51% -
HSV(B) 203.26º 0.81% 0.86% -
XYZ 24.61 27.4 71.01 -
YUV 125.28 180.89 67.89 -
System Red Green Blue C M Y K H S L
Decimal 41 150 219 0.81 0.32 0 0.14 203.26 0.71 0.51
Hex 29 96 DB 51 20 0 E CB 47 33
Octal 51 226 333 121 40 0 16 313 107 63
Binary 101001 10010110 11011011 1010001 100000 0 1110 11001011 1000111 110011

Color Harmonies of #2996DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2996DB

Black with #2996DB

Text Example


Text Example

White with #2996DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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