Html Css Color HEX #28CEFD Deep Sky Blue

📋 copy color: '#28CEFD'

red 40 ◦ green 206 ◦ blue 253

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

Shades of Deep Sky Blue #28CEFD

Tints of Deep Sky Blue #28CEFD

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.28%

 BLUE value IS 253 (99.22% from 255) = 50.7%

R = 8.02%
G = 41.28%
B = 50.7%

CMYK

 C value IS 0.84

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#28CEFD (or 0x28CEFD) is known color: Deep Sky Blue. HEX triplet: 28, CE and FD. RGB value is (40,206,253). Sum of RGB (Red+Green+Blue) = 40+206+253=499 (66% of max value = 765). Red value is 40 (16.02% from 255 or 8.02% from 499); Green value is 206 (80.86% from 255 or 41.28% from 499); Blue value is 253 (99.22% from 255 or 50.70% from 499); Max value from RGB is 253 - color contains mainly: blue. Hex color #28CEFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28CEFD is #D73102. Grayscale: #A1A1A1. Windows color (decimal): -14102787 or 16633384. OLE color: 16633384.

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

Color convert

RGB 40 206 253 -
CMYK 0.84 0.19 0 0.01
HSL 193.24º 0.98% 0.57% -
HSV(B) 193.24º 0.84% 0.99% -
XYZ 40.68 51.69 100.76 -
YUV 161.72 179.5 41.18 -
System Red Green Blue C M Y K H S L
Decimal 40 206 253 0.84 0.19 0 0.01 193.24 0.98 0.57
Hex 28 CE FD 54 13 0 1 C1 62 39
Octal 50 316 375 124 23 0 1 301 142 71
Binary 101000 11001110 11111101 1010100 10011 0 1 11000001 1100010 111001

Color Harmonies of #28CEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28CEFD

Black with #28CEFD

Text Example


Text Example

White with #28CEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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