#28CFFB

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

Shades of Deep Sky Blue #28CFFB

Tints of Deep Sky Blue #28CFFB

Color information

#28CFFB (or 0x28CFFB) is unknown color: approx Deep Sky Blue. HEX triplet: 28, CF and FB. RGB value is (40,207,251). Sum of RGB (Red+Green+Blue) = 40+207+251=498 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.03% from 498); Green value is 207 (81.25% from 255 or 41.57% from 498); Blue value is 251 (98.44% from 255 or 50.40% from 498); Max value from RGB is 251 - color contains mainly: blue. Hex color #28CFFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28CFFB is #D73004. Grayscale: #A1A1A1. Windows color (decimal): -14102533 or 16502568. OLE color: 16502568.

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

Color convert

RGB40207251-
CMYK0.840.1800.02
HSL192.51º96.35%57.06%-
HSV(B)192.51º84.06%98.43%-
XYZ40.652.0499.17-
YUV162.08178.1740.92-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 8.03%
GREEN value IS 207 (81.25% from 255) = 41.57%
BLUE value IS 251 (98.44% from 255) = 50.40%
R=8.03%
G=41.57%
B=50.40%

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
Decimal402072510.840.1800.02192.5196.3557.06
Hex28CFFB541202c16039
Octal50317373124220230114071
Binary1010001100111111111011101010010010010110000011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28CFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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