Html Css Color HEX #28BAEF Summer Sky

📋 copy color: '#28BAEF'

red 40 ◦ green 186 ◦ blue 239

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

Shades of Summer Sky #28BAEF

Tints of Summer Sky #28BAEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 51.4%

R = 8.6%
G = 40%
B = 51.4%

CMYK

 C value IS 0.83

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#28BAEF (or 0x28BAEF) is known color: Summer Sky. HEX triplet: 28, BA and EF. RGB value is (40,186,239). Sum of RGB (Red+Green+Blue) = 40+186+239=465 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.60% from 465); Green value is 186 (73.05% from 255 or 40% from 465); Blue value is 239 (93.75% from 255 or 51.40% from 465); Max value from RGB is 239 - color contains mainly: blue. Hex color #28BAEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28BAEF is #D74510. Grayscale: #949494. Windows color (decimal): -14107921 or 15710760. OLE color: 15710760.

HSL color Cylindrical-coordinate representation of color #28BAEF: hue angle of 195.98º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28BAEF is Cyan = 0.83, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 40 186 239 -
CMYK 0.83 0.22 0 0.06
HSL 195.98º 0.86% 0.55% -
HSV(B) 195.98º 0.83% 0.94% -
XYZ 34.01 41.8 87.94 -
YUV 148.39 179.13 50.69 -
System Red Green Blue C M Y K H S L
Decimal 40 186 239 0.83 0.22 0 0.06 195.98 0.86 0.55
Hex 28 BA EF 53 16 0 6 C4 56 37
Octal 50 272 357 123 26 0 6 304 126 67
Binary 101000 10111010 11101111 1010011 10110 0 110 11000100 1010110 110111

Color Harmonies of #28BAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28BAEF

Black with #28BAEF

Text Example


Text Example

White with #28BAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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