Html Css Color HEX #28BBDA Summer Sky

📋 copy color: '#28BBDA'

red 40 ◦ green 187 ◦ blue 218

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

Shades of Summer Sky #28BBDA

Tints of Summer Sky #28BBDA

RGB

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

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

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

R = 8.99%
G = 42.02%
B = 48.99%

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

#28BBDA (or 0x28BBDA) is known color: Summer Sky. HEX triplet: 28, BB and DA. RGB value is (40,187,218). Sum of RGB (Red+Green+Blue) = 40+187+218=445 (58% of max value = 765). Red value is 40 (16.02% from 255 or 8.99% from 445); Green value is 187 (73.44% from 255 or 42.02% from 445); Blue value is 218 (85.55% from 255 or 48.99% from 445); Max value from RGB is 218 - color contains mainly: blue. Hex color #28BBDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28BBDA is #D74425. Grayscale: #929292. Windows color (decimal): -14107686 or 14334760. OLE color: 14334760.

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

Color convert

RGB 40 187 218 -
CMYK 0.82 0.14 0 0.15
HSL 190.45º 0.71% 0.51% -
HSV(B) 190.45º 0.82% 0.85% -
XYZ 31.3 41.05 72.6 -
YUV 146.58 168.3 51.98 -
System Red Green Blue C M Y K H S L
Decimal 40 187 218 0.82 0.14 0 0.15 190.45 0.71 0.51
Hex 28 BB DA 52 E 0 F BE 47 33
Octal 50 273 332 122 16 0 17 276 107 63
Binary 101000 10111011 11011010 1010010 1110 0 1111 10111110 1000111 110011

Color Harmonies of #28BBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28BBDA

Black with #28BBDA

Text Example


Text Example

White with #28BBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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