Html Css Color HEX #28C7FC Deep Sky Blue

📋 copy color: '#28C7FC'

red 40 ◦ green 199 ◦ blue 252

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

Shades of Deep Sky Blue #28C7FC

Tints of Deep Sky Blue #28C7FC

RGB

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

 GREEN value IS 199 (78.13% from 255) = 40.53%

 BLUE value IS 252 (98.83% from 255) = 51.32%

R = 8.15%
G = 40.53%
B = 51.32%

CMYK

 C value IS 0.84

 M value IS 0.21

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#28C7FC (or 0x28C7FC) is known color: Deep Sky Blue. HEX triplet: 28, C7 and FC. RGB value is (40,199,252). Sum of RGB (Red+Green+Blue) = 40+199+252=491 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.15% from 491); Green value is 199 (78.12% from 255 or 40.53% from 491); Blue value is 252 (98.83% from 255 or 51.32% from 491); Max value from RGB is 252 - color contains mainly: blue. Hex color #28C7FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28C7FC is #D73803. Grayscale: #9D9D9D. Windows color (decimal): -14104580 or 16566056. OLE color: 16566056.

HSL color Cylindrical-coordinate representation of color #28C7FC: hue angle of 195º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28C7FC is Cyan = 0.84, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 40 199 252 -
CMYK 0.84 0.21 0 0.01
HSL 195º 0.97% 0.57% -
HSV(B) 195º 0.84% 0.99% -
XYZ 38.87 48.33 99.37 -
YUV 157.5 181.32 44.19 -
System Red Green Blue C M Y K H S L
Decimal 40 199 252 0.84 0.21 0 0.01 195 0.97 0.57
Hex 28 C7 FC 54 15 0 1 C3 61 39
Octal 50 307 374 124 25 0 1 303 141 71
Binary 101000 11000111 11111100 1010100 10101 0 1 11000011 1100001 111001

Color Harmonies of #28C7FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28C7FC

Black with #28C7FC

Text Example


Text Example

White with #28C7FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,199,252); }

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

background-color css

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

 a { background-color: rgb(40,199,252); }

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

border-color css

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

 span { border-color: rgb(40,199,252); }

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