#28CEFB

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

Shades of Deep Sky Blue #28CEFB

Tints of Deep Sky Blue #28CEFB

Color information

#28CEFB (or 0x28CEFB) is unknown color: approx Deep Sky Blue. HEX triplet: 28, CE and FB. RGB value is (40,206,251). Sum of RGB (Red+Green+Blue) = 40+206+251=497 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.05% from 497); Green value is 206 (80.86% from 255 or 41.45% from 497); Blue value is 251 (98.44% from 255 or 50.50% from 497); Max value from RGB is 251 - color contains mainly: blue. Hex color #28CEFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28CEFB is #D73104. Grayscale: #A1A1A1. Windows color (decimal): -14102789 or 16502312. OLE color: 16502312.

HSL color Cylindrical-coordinate representation of color #28CEFB: hue angle of 192.8º 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 #28CEFB is Cyan = 0.84, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB40206251-
CMYK0.840.1800.02
HSL192.8º96.35%57.06%-
HSV(B)192.8º84.06%98.43%-
XYZ40.3651.5699.09-
YUV161.5178.541.34-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 8.05%
GREEN value IS 206 (80.86% from 255) = 41.45%
BLUE value IS 251 (98.44% from 255) = 50.50%
R=8.05%
G=41.45%
B=50.50%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal402062510.840.1800.02192.896.3557.06
Hex28CEFB541202c16039
Octal50316373124220230114071
Binary1010001100111011111011101010010010010110000011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28CEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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