Html Css Color HEX #28DAFF Deep Sky Blue

📋 copy color: '#28DAFF'

red 40 ◦ green 218 ◦ blue 255

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

Shades of Deep Sky Blue #28DAFF

Tints of Deep Sky Blue #28DAFF

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.5%

 BLUE value IS 255 (100% from 255) = 49.71%

R = 7.8%
G = 42.5%
B = 49.71%

CMYK

 C value IS 0.84

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#28DAFF (or 0x28DAFF) is known color: Deep Sky Blue. HEX triplet: 28, DA and FF. RGB value is (40,218,255). Sum of RGB (Red+Green+Blue) = 40+218+255=513 (67% of max value = 765). Red value is 40 (16.02% from 255 or 7.80% from 513); Green value is 218 (85.55% from 255 or 42.50% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #28DAFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28DAFF is #D72500. Grayscale: #A8A8A8. Windows color (decimal): -14099713 or 16767528. OLE color: 16767528.

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

Color convert

RGB 40 218 255 -
CMYK 0.84 0.15 0 0
HSL 190.33º 1% 0.58% -
HSV(B) 190.33º 0.84% 1% -
XYZ 44 57.81 103.45 -
YUV 169 176.53 35.99 -
System Red Green Blue C M Y K H S L
Decimal 40 218 255 0.84 0.15 0 0 190.33 1 0.58
Hex 28 DA FF 54 F 0 0 BE 64 3A
Octal 50 332 377 124 17 0 0 276 144 72
Binary 101000 11011010 11111111 1010100 1111 0 0 10111110 1100100 111010

Color Harmonies of #28DAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28DAFF

Black with #28DAFF

Text Example


Text Example

White with #28DAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,218,255); }

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

background-color css

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

 a { background-color: rgb(40,218,255); }

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

border-color css

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

 span { border-color: rgb(40,218,255); }

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