Html Css Color HEX #28BBDC Summer Sky

📋 copy color: '#28BBDC'

red 40 ◦ green 187 ◦ blue 220

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

Shades of Summer Sky #28BBDC

Tints of Summer Sky #28BBDC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 41.83%

 BLUE value IS 220 (86.33% from 255) = 49.22%

R = 8.95%
G = 41.83%
B = 49.22%

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

#28BBDC (or 0x28BBDC) is known color: Summer Sky. HEX triplet: 28, BB and DC. RGB value is (40,187,220). Sum of RGB (Red+Green+Blue) = 40+187+220=447 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.95% from 447); Green value is 187 (73.44% from 255 or 41.83% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #28BBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28BBDC is #D74423. Grayscale: #929292. Windows color (decimal): -14107684 or 14465832. OLE color: 14465832.

HSL color Cylindrical-coordinate representation of color #28BBDC: hue angle of 191º degrees, saturation: 0.72, 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 #28BBDC is Cyan = 0.82, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 40 187 220 -
CMYK 0.82 0.15 0 0.14
HSL 191º 0.72% 0.51% -
HSV(B) 191º 0.82% 0.86% -
XYZ 31.56 41.16 73.99 -
YUV 146.81 169.3 51.82 -
System Red Green Blue C M Y K H S L
Decimal 40 187 220 0.82 0.15 0 0.14 191 0.72 0.51
Hex 28 BB DC 52 F 0 E BF 48 33
Octal 50 273 334 122 17 0 16 277 110 63
Binary 101000 10111011 11011100 1010010 1111 0 1110 10111111 1001000 110011

Color Harmonies of #28BBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28BBDC

Black with #28BBDC

Text Example


Text Example

White with #28BBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,187,220); }

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

background-color css

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

 a { background-color: rgb(40,187,220); }

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

border-color css

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

 span { border-color: rgb(40,187,220); }

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