Html Css Color HEX #28BADB Summer Sky

📋 copy color: '#28BADB'

red 40 ◦ green 186 ◦ blue 219

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

Shades of Summer Sky #28BADB

Tints of Summer Sky #28BADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.21%

R = 8.99%
G = 41.8%
B = 49.21%

CMYK

 C value IS 0.82

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#28BADB (or 0x28BADB) is known color: Summer Sky. HEX triplet: 28, BA and DB. RGB value is (40,186,219). Sum of RGB (Red+Green+Blue) = 40+186+219=445 (58% of max value = 765). Red value is 40 (16.02% from 255 or 8.99% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #28BADB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28BADB is #D74524. Grayscale: #919191. Windows color (decimal): -14107941 or 14400040. OLE color: 14400040.

HSL color Cylindrical-coordinate representation of color #28BADB: hue angle of 191.06º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28BADB is Cyan = 0.82, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 40 186 219 -
CMYK 0.82 0.15 0 0.14
HSL 191.06º 0.71% 0.51% -
HSV(B) 191.06º 0.82% 0.86% -
XYZ 31.22 40.68 73.23 -
YUV 146.11 169.13 52.32 -
System Red Green Blue C M Y K H S L
Decimal 40 186 219 0.82 0.15 0 0.14 191.06 0.71 0.51
Hex 28 BA DB 52 F 0 E BF 47 33
Octal 50 272 333 122 17 0 16 277 107 63
Binary 101000 10111010 11011011 1010010 1111 0 1110 10111111 1000111 110011

Color Harmonies of #28BADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28BADB

Black with #28BADB

Text Example


Text Example

White with #28BADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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