Html Css Color HEX #28D4FE Deep Sky Blue

📋 copy color: '#28D4FE'

red 40 ◦ green 212 ◦ blue 254

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

Shades of Deep Sky Blue #28D4FE

Tints of Deep Sky Blue #28D4FE

RGB

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

 GREEN value IS 212 (83.2% from 255) = 41.9%

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

R = 7.91%
G = 41.9%
B = 50.2%

CMYK

 C value IS 0.84

 M value IS 0.17

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#28D4FE (or 0x28D4FE) is known color: Deep Sky Blue. HEX triplet: 28, D4 and FE. RGB value is (40,212,254). Sum of RGB (Red+Green+Blue) = 40+212+254=506 (67% of max value = 765). Red value is 40 (16.02% from 255 or 7.91% from 506); Green value is 212 (83.20% from 255 or 41.90% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #28D4FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28D4FE is #D72B01. Grayscale: #A5A5A5. Windows color (decimal): -14101250 or 16700456. OLE color: 16700456.

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

Color convert

RGB 40 212 254 -
CMYK 0.84 0.17 0 0.00
HSL 191.78º 0.99% 0.58% -
HSV(B) 191.78º 0.84% 1% -
XYZ 42.31 54.69 102.09 -
YUV 165.36 178.02 38.58 -
System Red Green Blue C M Y K H S L
Decimal 40 212 254 0.84 0.17 0 0.00 191.78 0.99 0.58
Hex 28 D4 FE 54 11 0 0 C0 63 3A
Octal 50 324 376 124 21 0 0 300 143 72
Binary 101000 11010100 11111110 1010100 10001 0 0 11000000 1100011 111010

Color Harmonies of #28D4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28D4FE

Black with #28D4FE

Text Example


Text Example

White with #28D4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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