Html Css Color HEX #28BCDA Summer Sky

📋 copy color: '#28BCDA'

red 40 ◦ green 188 ◦ blue 218

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

Shades of Summer Sky #28BCDA

Tints of Summer Sky #28BCDA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.15%

 BLUE value IS 218 (85.55% from 255) = 48.88%

R = 8.97%
G = 42.15%
B = 48.88%

CMYK

 C value IS 0.82

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#28BCDA (or 0x28BCDA) is known color: Summer Sky. HEX triplet: 28, BC and DA. RGB value is (40,188,218). Sum of RGB (Red+Green+Blue) = 40+188+218=446 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.97% from 446); Green value is 188 (73.83% from 255 or 42.15% from 446); Blue value is 218 (85.55% from 255 or 48.88% from 446); Max value from RGB is 218 - color contains mainly: blue. Hex color #28BCDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28BCDA is #D74325. Grayscale: #929292. Windows color (decimal): -14107430 or 14335016. OLE color: 14335016.

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

Color convert

RGB 40 188 218 -
CMYK 0.82 0.14 0 0.15
HSL 190.11º 0.71% 0.51% -
HSV(B) 190.11º 0.82% 0.85% -
XYZ 31.51 41.48 72.68 -
YUV 147.17 167.97 51.56 -
System Red Green Blue C M Y K H S L
Decimal 40 188 218 0.82 0.14 0 0.15 190.11 0.71 0.51
Hex 28 BC DA 52 E 0 F BE 47 33
Octal 50 274 332 122 16 0 17 276 107 63
Binary 101000 10111100 11011010 1010010 1110 0 1111 10111110 1000111 110011

Color Harmonies of #28BCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28BCDA

Black with #28BCDA

Text Example


Text Example

White with #28BCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,188,218); }

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

background-color css

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

 a { background-color: rgb(40,188,218); }

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

border-color css

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

 span { border-color: rgb(40,188,218); }

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