Html Css Color HEX #28C5FE Deep Sky Blue

📋 copy color: '#28C5FE'

red 40 ◦ green 197 ◦ blue 254

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

Shades of Deep Sky Blue #28C5FE

Tints of Deep Sky Blue #28C5FE

RGB

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

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

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

R = 8.15%
G = 40.12%
B = 51.73%

CMYK

 C value IS 0.84

 M value IS 0.22

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#28C5FE (or 0x28C5FE) is known color: Deep Sky Blue. HEX triplet: 28, C5 and FE. RGB value is (40,197,254). Sum of RGB (Red+Green+Blue) = 40+197+254=491 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.15% from 491); Green value is 197 (77.34% from 255 or 40.12% from 491); Blue value is 254 (99.61% from 255 or 51.73% from 491); Max value from RGB is 254 - color contains mainly: blue. Hex color #28C5FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28C5FE is #D73A01. Grayscale: #9C9C9C. Windows color (decimal): -14105090 or 16696616. OLE color: 16696616.

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

Color convert

RGB 40 197 254 -
CMYK 0.84 0.22 0 0.00
HSL 195.98º 0.99% 0.58% -
HSV(B) 195.98º 0.84% 1% -
XYZ 38.73 47.54 100.9 -
YUV 156.56 182.99 44.87 -
System Red Green Blue C M Y K H S L
Decimal 40 197 254 0.84 0.22 0 0.00 195.98 0.99 0.58
Hex 28 C5 FE 54 16 0 0 C4 63 3A
Octal 50 305 376 124 26 0 0 304 143 72
Binary 101000 11000101 11111110 1010100 10110 0 0 11000100 1100011 111010

Color Harmonies of #28C5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28C5FE

Black with #28C5FE

Text Example


Text Example

White with #28C5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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