Html Css Color HEX #249BD6 Summer Sky

📋 copy color: '#249BD6'

red 36 ◦ green 155 ◦ blue 214

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

Shades of Summer Sky #249BD6

Tints of Summer Sky #249BD6

RGB

 RED value IS 36 (14.45% from 255) = 8.89%

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

 BLUE value IS 214 (83.98% from 255) = 52.84%

R = 8.89%
G = 38.27%
B = 52.84%

CMYK

 C value IS 0.83

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#249BD6 (or 0x249BD6) is known color: Summer Sky. HEX triplet: 24, 9B and D6. RGB value is (36,155,214). Sum of RGB (Red+Green+Blue) = 36+155+214=405 (53% of max value = 765). Red value is 36 (14.45% from 255 or 8.89% from 405); Green value is 155 (60.94% from 255 or 38.27% from 405); Blue value is 214 (83.98% from 255 or 52.84% from 405); Max value from RGB is 214 - color contains mainly: blue. Hex color #249BD6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249BD6 is #DB6429. Grayscale: #7D7D7D. Windows color (decimal): -14378026 or 14064420. OLE color: 14064420.

HSL color Cylindrical-coordinate representation of color #249BD6: hue angle of 199.89º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #249BD6 is Cyan = 0.83, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 36 155 214 -
CMYK 0.83 0.28 0 0.16
HSL 199.89º 0.71% 0.49% -
HSV(B) 199.89º 0.83% 0.84% -
XYZ 24.59 28.67 67.86 -
YUV 126.15 177.58 63.7 -
System Red Green Blue C M Y K H S L
Decimal 36 155 214 0.83 0.28 0 0.16 199.89 0.71 0.49
Hex 24 9B D6 53 1C 0 10 C8 47 31
Octal 44 233 326 123 34 0 20 310 107 61
Binary 100100 10011011 11010110 1010011 11100 0 10000 11001000 1000111 110001

Color Harmonies of #249BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249BD6

Black with #249BD6

Text Example


Text Example

White with #249BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #249BD6; }

 p { color: rgb(36,155,214); }

 H1.HeaderClassName
 {
   color: #249BD6;
 }
 .AnyTagClassName
 {
   color: #249BD6;
 }
</style>

background-color css

<style>
 a { background-color: #249BD6; }

 a { background-color: rgb(36,155,214); }

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

border-color css

<style>
 span { border-color: #249BD6; }

 span { border-color: rgb(36,155,214); }

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