#28D0FB

Color #28D0FB Deep Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sky Blue #28D0FB

Tints of Deep Sky Blue #28D0FB

Color information

#28D0FB (or 0x28D0FB) is unknown color: approx Deep Sky Blue. HEX triplet: 28, D0 and FB. RGB value is (40,208,251). Sum of RGB (Red+Green+Blue) = 40+208+251=499 (66% of max value = 765). Red value is 40 (16.02% from 255 or 8.02% from 499); Green value is 208 (81.64% from 255 or 41.68% from 499); Blue value is 251 (98.44% from 255 or 50.30% from 499); Max value from RGB is 251 - color contains mainly: blue. Hex color #28D0FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28D0FB is #D72F04. Grayscale: #A2A2A2. Windows color (decimal): -14102277 or 16502824. OLE color: 16502824.

HSL color Cylindrical-coordinate representation of color #28D0FB: hue angle of 192.23º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28D0FB is Cyan = 0.84, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB40208251-
CMYK0.840.1700.02
HSL192.23º96.35%57.06%-
HSV(B)192.23º84.06%98.43%-
XYZ40.8452.5399.25-
YUV162.67177.8440.5-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 8.02%
GREEN value IS 208 (81.64% from 255) = 41.68%
BLUE value IS 251 (98.44% from 255) = 50.30%
R=8.02%
G=41.68%
B=50.30%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal402082510.840.1700.02192.2396.3557.06
Hex28D0FB541102c06039
Octal50320373124210230014071
Binary1010001101000011111011101010010001010110000001100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28D0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,208,251); }

 H1.HeaderClassName
 {
   color: #28D0FB;
 }
 .AnyTagClassName
 {
   color: #28D0FB;
 }
</style>
background-color css

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

 a { background-color: rgb(40,208,251); }

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

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

 span { border-color: rgb(40,208,251); }

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