Html Css Color HEX #28BAE1 Summer Sky

📋 copy color: '#28BAE1'

red 40 ◦ green 186 ◦ blue 225

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

Shades of Summer Sky #28BAE1

Tints of Summer Sky #28BAE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 49.89%

R = 8.87%
G = 41.24%
B = 49.89%

CMYK

 C value IS 0.82

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#28BAE1 (or 0x28BAE1) is known color: Summer Sky. HEX triplet: 28, BA and E1. RGB value is (40,186,225). Sum of RGB (Red+Green+Blue) = 40+186+225=451 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.87% from 451); Green value is 186 (73.05% from 255 or 41.24% from 451); Blue value is 225 (88.28% from 255 or 49.89% from 451); Max value from RGB is 225 - color contains mainly: blue. Hex color #28BAE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28BAE1 is #D7451E. Grayscale: #929292. Windows color (decimal): -14107935 or 14793256. OLE color: 14793256.

HSL color Cylindrical-coordinate representation of color #28BAE1: hue angle of 192.65º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28BAE1 is Cyan = 0.82, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 40 186 225 -
CMYK 0.82 0.17 0 0.12
HSL 192.65º 0.76% 0.52% -
HSV(B) 192.65º 0.82% 0.88% -
XYZ 32.02 41.01 77.46 -
YUV 146.79 172.13 51.83 -
System Red Green Blue C M Y K H S L
Decimal 40 186 225 0.82 0.17 0 0.12 192.65 0.76 0.52
Hex 28 BA E1 52 11 0 C C1 4C 34
Octal 50 272 341 122 21 0 14 301 114 64
Binary 101000 10111010 11100001 1010010 10001 0 1100 11000001 1001100 110100

Color Harmonies of #28BAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28BAE1

Black with #28BAE1

Text Example


Text Example

White with #28BAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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