Html Css Color HEX #299DDB Summer Sky

📋 copy color: '#299DDB'

red 41 ◦ green 157 ◦ blue 219

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

Shades of Summer Sky #299DDB

Tints of Summer Sky #299DDB

RGB

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

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

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

R = 9.83%
G = 37.65%
B = 52.52%

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

#299DDB (or 0x299DDB) is known color: Summer Sky. HEX triplet: 29, 9D and DB. RGB value is (41,157,219). Sum of RGB (Red+Green+Blue) = 41+157+219=417 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.83% from 417); Green value is 157 (61.72% from 255 or 37.65% from 417); Blue value is 219 (85.94% from 255 or 52.52% from 417); Max value from RGB is 219 - color contains mainly: blue. Hex color #299DDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #299DDB is #D66224. Grayscale: #818181. Windows color (decimal): -14049829 or 14392617. OLE color: 14392617.

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

Color convert

RGB 41 157 219 -
CMYK 0.81 0.28 0 0.14
HSL 200.9º 0.71% 0.51% -
HSV(B) 200.9º 0.81% 0.86% -
XYZ 25.76 29.7 71.39 -
YUV 129.38 178.57 64.96 -
System Red Green Blue C M Y K H S L
Decimal 41 157 219 0.81 0.28 0 0.14 200.9 0.71 0.51
Hex 29 9D DB 51 1C 0 E C9 47 33
Octal 51 235 333 121 34 0 16 311 107 63
Binary 101001 10011101 11011011 1010001 11100 0 1110 11001001 1000111 110011

Color Harmonies of #299DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299DDB

Black with #299DDB

Text Example


Text Example

White with #299DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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