Html Css Color HEX #28BAED Summer Sky

📋 copy color: '#28BAED'

red 40 ◦ green 186 ◦ blue 237

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

Shades of Summer Sky #28BAED

Tints of Summer Sky #28BAED

RGB

 RED value IS 40 (16.02% from 255) = 8.64%

 GREEN value IS 186 (73.05% from 255) = 40.17%

 BLUE value IS 237 (92.97% from 255) = 51.19%

R = 8.64%
G = 40.17%
B = 51.19%

CMYK

 C value IS 0.83

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#28BAED (or 0x28BAED) is known color: Summer Sky. HEX triplet: 28, BA and ED. RGB value is (40,186,237). Sum of RGB (Red+Green+Blue) = 40+186+237=463 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.64% from 463); Green value is 186 (73.05% from 255 or 40.17% from 463); Blue value is 237 (92.97% from 255 or 51.19% from 463); Max value from RGB is 237 - color contains mainly: blue. Hex color #28BAED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28BAED is #D74512. Grayscale: #939393. Windows color (decimal): -14107923 or 15579688. OLE color: 15579688.

HSL color Cylindrical-coordinate representation of color #28BAED: hue angle of 195.53º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28BAED is Cyan = 0.83, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 40 186 237 -
CMYK 0.83 0.22 0 0.07
HSL 195.53º 0.85% 0.54% -
HSV(B) 195.53º 0.83% 0.93% -
XYZ 33.72 41.68 86.39 -
YUV 148.16 178.13 50.85 -
System Red Green Blue C M Y K H S L
Decimal 40 186 237 0.83 0.22 0 0.07 195.53 0.85 0.54
Hex 28 BA ED 53 16 0 7 C4 55 36
Octal 50 272 355 123 26 0 7 304 125 66
Binary 101000 10111010 11101101 1010011 10110 0 111 11000100 1010101 110110

Color Harmonies of #28BAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28BAED

Black with #28BAED

Text Example


Text Example

White with #28BAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28BAED; }

 p { color: rgb(40,186,237); }

 H1.HeaderClassName
 {
   color: #28BAED;
 }
 .AnyTagClassName
 {
   color: #28BAED;
 }
</style>

background-color css

<style>
 a { background-color: #28BAED; }

 a { background-color: rgb(40,186,237); }

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

border-color css

<style>
 span { border-color: #28BAED; }

 span { border-color: rgb(40,186,237); }

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