Html Css Color HEX #28DBFE Deep Sky Blue

📋 copy color: '#28DBFE'

red 40 ◦ green 219 ◦ blue 254

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

Shades of Deep Sky Blue #28DBFE

Tints of Deep Sky Blue #28DBFE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.69%

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

R = 7.8%
G = 42.69%
B = 49.51%

CMYK

 C value IS 0.84

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#28DBFE (or 0x28DBFE) is known color: Deep Sky Blue. HEX triplet: 28, DB and FE. RGB value is (40,219,254). Sum of RGB (Red+Green+Blue) = 40+219+254=513 (67% of max value = 765). Red value is 40 (16.02% from 255 or 7.80% from 513); Green value is 219 (85.94% from 255 or 42.69% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #28DBFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28DBFE is #D72401. Grayscale: #A9A9A9. Windows color (decimal): -14099458 or 16702248. OLE color: 16702248.

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

Color convert

RGB 40 219 254 -
CMYK 0.84 0.14 0 0.00
HSL 189.81º 0.99% 0.58% -
HSV(B) 189.81º 0.84% 1% -
XYZ 44.1 58.27 102.69 -
YUV 169.47 175.7 35.65 -
System Red Green Blue C M Y K H S L
Decimal 40 219 254 0.84 0.14 0 0.00 189.81 0.99 0.58
Hex 28 DB FE 54 E 0 0 BE 63 3A
Octal 50 333 376 124 16 0 0 276 143 72
Binary 101000 11011011 11111110 1010100 1110 0 0 10111110 1100011 111010

Color Harmonies of #28DBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28DBFE

Black with #28DBFE

Text Example


Text Example

White with #28DBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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