Html Css Color HEX #299DD5 Summer Sky

📋 copy color: '#299DD5'

red 41 ◦ green 157 ◦ blue 213

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

Shades of Summer Sky #299DD5

Tints of Summer Sky #299DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 51.82%

R = 9.98%
G = 38.2%
B = 51.82%

CMYK

 C value IS 0.81

 M value IS 0.26

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#299DD5 (or 0x299DD5) is known color: Summer Sky. HEX triplet: 29, 9D and D5. RGB value is (41,157,213). Sum of RGB (Red+Green+Blue) = 41+157+213=411 (54% of max value = 765). Red value is 41 (16.41% from 255 or 9.98% from 411); Green value is 157 (61.72% from 255 or 38.20% from 411); Blue value is 213 (83.59% from 255 or 51.82% from 411); Max value from RGB is 213 - color contains mainly: blue. Hex color #299DD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #299DD5 is #D6622A. Grayscale: #808080. Windows color (decimal): -14049835 or 13999401. OLE color: 13999401.

HSL color Cylindrical-coordinate representation of color #299DD5: hue angle of 199.53º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #299DD5 is Cyan = 0.81, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 41 157 213 -
CMYK 0.81 0.26 0 0.16
HSL 199.53º 0.68% 0.5% -
HSV(B) 199.53º 0.81% 0.84% -
XYZ 24.98 29.39 67.31 -
YUV 128.7 175.57 65.45 -
System Red Green Blue C M Y K H S L
Decimal 41 157 213 0.81 0.26 0 0.16 199.53 0.68 0.5
Hex 29 9D D5 51 1A 0 10 C8 44 32
Octal 51 235 325 121 32 0 20 310 104 62
Binary 101001 10011101 11010101 1010001 11010 0 10000 11001000 1000100 110010

Color Harmonies of #299DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299DD5

Black with #299DD5

Text Example


Text Example

White with #299DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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