Html Css Color HEX #28D6FD Deep Sky Blue

📋 copy color: '#28D6FD'

red 40 ◦ green 214 ◦ blue 253

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

Shades of Deep Sky Blue #28D6FD

Tints of Deep Sky Blue #28D6FD

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.21%

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

R = 7.89%
G = 42.21%
B = 49.9%

CMYK

 C value IS 0.84

 M value IS 0.15

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#28D6FD (or 0x28D6FD) is known color: Deep Sky Blue. HEX triplet: 28, D6 and FD. RGB value is (40,214,253). Sum of RGB (Red+Green+Blue) = 40+214+253=507 (67% of max value = 765). Red value is 40 (16.02% from 255 or 7.89% from 507); Green value is 214 (83.98% from 255 or 42.21% from 507); Blue value is 253 (99.22% from 255 or 49.90% from 507); Max value from RGB is 253 - color contains mainly: blue. Hex color #28D6FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28D6FD is #D72902. Grayscale: #A6A6A6. Windows color (decimal): -14100739 or 16635432. OLE color: 16635432.

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

Color convert

RGB 40 214 253 -
CMYK 0.84 0.15 0 0.01
HSL 190.99º 0.98% 0.57% -
HSV(B) 190.99º 0.84% 0.99% -
XYZ 42.65 55.64 101.42 -
YUV 166.42 176.85 37.83 -
System Red Green Blue C M Y K H S L
Decimal 40 214 253 0.84 0.15 0 0.01 190.99 0.98 0.57
Hex 28 D6 FD 54 F 0 1 BF 62 39
Octal 50 326 375 124 17 0 1 277 142 71
Binary 101000 11010110 11111101 1010100 1111 0 1 10111111 1100010 111001

Color Harmonies of #28D6FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28D6FD

Black with #28D6FD

Text Example


Text Example

White with #28D6FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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