Html Css Color HEX #28C5FF Deep Sky Blue

📋 copy color: '#28C5FF'

red 40 ◦ green 197 ◦ blue 255

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

Shades of Deep Sky Blue #28C5FF

Tints of Deep Sky Blue #28C5FF

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.04%

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

R = 8.13%
G = 40.04%
B = 51.83%

CMYK

 C value IS 0.84

 M value IS 0.23

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#28C5FF (or 0x28C5FF) is known color: Deep Sky Blue. HEX triplet: 28, C5 and FF. RGB value is (40,197,255). Sum of RGB (Red+Green+Blue) = 40+197+255=492 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.13% from 492); Green value is 197 (77.34% from 255 or 40.04% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #28C5FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28C5FF is #D73A00. Grayscale: #9C9C9C. Windows color (decimal): -14105089 or 16762152. OLE color: 16762152.

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

Color convert

RGB 40 197 255 -
CMYK 0.84 0.23 0 0
HSL 196.19º 1% 0.58% -
HSV(B) 196.19º 0.84% 1% -
XYZ 38.89 47.6 101.75 -
YUV 156.67 183.49 44.78 -
System Red Green Blue C M Y K H S L
Decimal 40 197 255 0.84 0.23 0 0 196.19 1 0.58
Hex 28 C5 FF 54 17 0 0 C4 64 3A
Octal 50 305 377 124 27 0 0 304 144 72
Binary 101000 11000101 11111111 1010100 10111 0 0 11000100 1100100 111010

Color Harmonies of #28C5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28C5FF

Black with #28C5FF

Text Example


Text Example

White with #28C5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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