Html Css Color HEX #28D7FE Deep Sky Blue

📋 copy color: '#28D7FE'

red 40 ◦ green 215 ◦ blue 254

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

Shades of Deep Sky Blue #28D7FE

Tints of Deep Sky Blue #28D7FE

RGB

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

 GREEN value IS 215 (84.38% from 255) = 42.24%

 BLUE value IS 254 (99.61% from 255) = 49.9%

R = 7.86%
G = 42.24%
B = 49.9%

CMYK

 C value IS 0.84

 M value IS 0.15

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#28D7FE (or 0x28D7FE) is known color: Deep Sky Blue. HEX triplet: 28, D7 and FE. RGB value is (40,215,254). Sum of RGB (Red+Green+Blue) = 40+215+254=509 (67% of max value = 765). Red value is 40 (16.02% from 255 or 7.86% from 509); Green value is 215 (84.38% from 255 or 42.24% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #28D7FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28D7FE is #D72801. Grayscale: #A6A6A6. Windows color (decimal): -14100482 or 16701224. OLE color: 16701224.

HSL color Cylindrical-coordinate representation of color #28D7FE: hue angle of 190.93º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28D7FE is Cyan = 0.84, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 40 215 254 -
CMYK 0.84 0.15 0 0.00
HSL 190.93º 0.99% 0.58% -
HSV(B) 190.93º 0.84% 1% -
XYZ 43.06 56.21 102.35 -
YUV 167.12 177.02 37.33 -
System Red Green Blue C M Y K H S L
Decimal 40 215 254 0.84 0.15 0 0.00 190.93 0.99 0.58
Hex 28 D7 FE 54 F 0 0 BF 63 3A
Octal 50 327 376 124 17 0 0 277 143 72
Binary 101000 11010111 11111110 1010100 1111 0 0 10111111 1100011 111010

Color Harmonies of #28D7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28D7FE

Black with #28D7FE

Text Example


Text Example

White with #28D7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,215,254); }

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

background-color css

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

 a { background-color: rgb(40,215,254); }

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

border-color css

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

 span { border-color: rgb(40,215,254); }

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