Html Css Color HEX #299AD0 Summer Sky

📋 copy color: '#299AD0'

red 41 ◦ green 154 ◦ blue 208

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

Shades of Summer Sky #299AD0

Tints of Summer Sky #299AD0

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.21%

 BLUE value IS 208 (81.64% from 255) = 51.61%

R = 10.17%
G = 38.21%
B = 51.61%

CMYK

 C value IS 0.80

 M value IS 0.26

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#299AD0 (or 0x299AD0) is known color: Summer Sky. HEX triplet: 29, 9A and D0. RGB value is (41,154,208). Sum of RGB (Red+Green+Blue) = 41+154+208=403 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.17% from 403); Green value is 154 (60.55% from 255 or 38.21% from 403); Blue value is 208 (81.64% from 255 or 51.61% from 403); Max value from RGB is 208 - color contains mainly: blue. Hex color #299AD0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #299AD0 is #D6652F. Grayscale: #7E7E7E. Windows color (decimal): -14050608 or 13670953. OLE color: 13670953.

HSL color Cylindrical-coordinate representation of color #299AD0: hue angle of 199.4º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #299AD0 is Cyan = 0.80, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 41 154 208 -
CMYK 0.80 0.26 0 0.18
HSL 199.4º 0.67% 0.49% -
HSV(B) 199.4º 0.8% 0.82% -
XYZ 23.86 28.14 63.85 -
YUV 126.37 174.06 67.11 -
System Red Green Blue C M Y K H S L
Decimal 41 154 208 0.80 0.26 0 0.18 199.4 0.67 0.49
Hex 29 9A D0 50 1A 0 12 C7 43 31
Octal 51 232 320 120 32 0 22 307 103 61
Binary 101001 10011010 11010000 1010000 11010 0 10010 11000111 1000011 110001

Color Harmonies of #299AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299AD0

Black with #299AD0

Text Example


Text Example

White with #299AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,154,208); }

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

background-color css

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

 a { background-color: rgb(41,154,208); }

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

border-color css

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

 span { border-color: rgb(41,154,208); }

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