Html Css Color HEX #299BCF Summer Sky

📋 copy color: '#299BCF'

red 41 ◦ green 155 ◦ blue 207

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

Shades of Summer Sky #299BCF

Tints of Summer Sky #299BCF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.46%

 BLUE value IS 207 (81.25% from 255) = 51.36%

R = 10.17%
G = 38.46%
B = 51.36%

CMYK

 C value IS 0.80

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#299BCF (or 0x299BCF) is known color: Summer Sky. HEX triplet: 29, 9B and CF. RGB value is (41,155,207). Sum of RGB (Red+Green+Blue) = 41+155+207=403 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.17% from 403); Green value is 155 (60.94% from 255 or 38.46% from 403); Blue value is 207 (81.25% from 255 or 51.36% from 403); Max value from RGB is 207 - color contains mainly: blue. Hex color #299BCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #299BCF is #D66430. Grayscale: #7E7E7E. Windows color (decimal): -14050353 or 13605673. OLE color: 13605673.

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

Color convert

RGB 41 155 207 -
CMYK 0.80 0.25 0 0.19
HSL 198.8º 0.67% 0.49% -
HSV(B) 198.8º 0.8% 0.81% -
XYZ 23.9 28.42 63.26 -
YUV 126.84 173.23 66.77 -
System Red Green Blue C M Y K H S L
Decimal 41 155 207 0.80 0.25 0 0.19 198.8 0.67 0.49
Hex 29 9B CF 50 19 0 13 C7 43 31
Octal 51 233 317 120 31 0 23 307 103 61
Binary 101001 10011011 11001111 1010000 11001 0 10011 11000111 1000011 110001

Color Harmonies of #299BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299BCF

Black with #299BCF

Text Example


Text Example

White with #299BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,155,207); }

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

background-color css

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

 a { background-color: rgb(41,155,207); }

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

border-color css

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

 span { border-color: rgb(41,155,207); }

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