Html Css Color HEX #28BEDA Summer Sky

📋 copy color: '#28BEDA'

red 40 ◦ green 190 ◦ blue 218

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

Shades of Summer Sky #28BEDA

Tints of Summer Sky #28BEDA

RGB

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

 GREEN value IS 190 (74.61% from 255) = 42.41%

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

R = 8.93%
G = 42.41%
B = 48.66%

CMYK

 C value IS 0.82

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#28BEDA (or 0x28BEDA) is known color: Summer Sky. HEX triplet: 28, BE and DA. RGB value is (40,190,218). Sum of RGB (Red+Green+Blue) = 40+190+218=448 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.93% from 448); Green value is 190 (74.61% from 255 or 42.41% from 448); Blue value is 218 (85.55% from 255 or 48.66% from 448); Max value from RGB is 218 - color contains mainly: blue. Hex color #28BEDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28BEDA is #D74125. Grayscale: #949494. Windows color (decimal): -14106918 or 14335528. OLE color: 14335528.

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

Color convert

RGB 40 190 218 -
CMYK 0.82 0.13 0 0.15
HSL 189.44º 0.71% 0.51% -
HSV(B) 189.44º 0.82% 0.85% -
XYZ 31.94 42.34 72.82 -
YUV 148.34 167.31 50.72 -
System Red Green Blue C M Y K H S L
Decimal 40 190 218 0.82 0.13 0 0.15 189.44 0.71 0.51
Hex 28 BE DA 52 D 0 F BD 47 33
Octal 50 276 332 122 15 0 17 275 107 63
Binary 101000 10111110 11011010 1010010 1101 0 1111 10111101 1000111 110011

Color Harmonies of #28BEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28BEDA

Black with #28BEDA

Text Example


Text Example

White with #28BEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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