Html Css Color HEX #28BDEC Summer Sky

📋 copy color: '#28BDEC'

red 40 ◦ green 189 ◦ blue 236

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

Shades of Summer Sky #28BDEC

Tints of Summer Sky #28BDEC

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.65%

 BLUE value IS 236 (92.58% from 255) = 50.75%

R = 8.6%
G = 40.65%
B = 50.75%

CMYK

 C value IS 0.83

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#28BDEC (or 0x28BDEC) is known color: Summer Sky. HEX triplet: 28, BD and EC. RGB value is (40,189,236). Sum of RGB (Red+Green+Blue) = 40+189+236=465 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.60% from 465); Green value is 189 (74.22% from 255 or 40.65% from 465); Blue value is 236 (92.58% from 255 or 50.75% from 465); Max value from RGB is 236 - color contains mainly: blue. Hex color #28BDEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28BDEC is #D74213. Grayscale: #959595. Windows color (decimal): -14107156 or 15514920. OLE color: 15514920.

HSL color Cylindrical-coordinate representation of color #28BDEC: hue angle of 194.39º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28BDEC is Cyan = 0.83, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 40 189 236 -
CMYK 0.83 0.20 0 0.07
HSL 194.39º 0.84% 0.54% -
HSV(B) 194.39º 0.83% 0.93% -
XYZ 34.21 42.9 85.83 -
YUV 149.81 176.64 49.68 -
System Red Green Blue C M Y K H S L
Decimal 40 189 236 0.83 0.20 0 0.07 194.39 0.84 0.54
Hex 28 BD EC 53 14 0 7 C2 54 36
Octal 50 275 354 123 24 0 7 302 124 66
Binary 101000 10111101 11101100 1010011 10100 0 111 11000010 1010100 110110

Color Harmonies of #28BDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28BDEC

Black with #28BDEC

Text Example


Text Example

White with #28BDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,189,236); }

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

background-color css

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

 a { background-color: rgb(40,189,236); }

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

border-color css

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

 span { border-color: rgb(40,189,236); }

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