Html Css Color HEX #28C9FB Deep Sky Blue

📋 copy color: '#28C9FB'

red 40 ◦ green 201 ◦ blue 251

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

Shades of Deep Sky Blue #28C9FB

Tints of Deep Sky Blue #28C9FB

RGB

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

 GREEN value IS 201 (78.91% from 255) = 40.85%

 BLUE value IS 251 (98.44% from 255) = 51.02%

R = 8.13%
G = 40.85%
B = 51.02%

CMYK

 C value IS 0.84

 M value IS 0.20

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#28C9FB (or 0x28C9FB) is known color: Deep Sky Blue. HEX triplet: 28, C9 and FB. RGB value is (40,201,251). Sum of RGB (Red+Green+Blue) = 40+201+251=492 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.13% from 492); Green value is 201 (78.91% from 255 or 40.85% from 492); Blue value is 251 (98.44% from 255 or 51.02% from 492); Max value from RGB is 251 - color contains mainly: blue. Hex color #28C9FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28C9FB is #D73604. Grayscale: #9E9E9E. Windows color (decimal): -14104069 or 16501032. OLE color: 16501032.

HSL color Cylindrical-coordinate representation of color #28C9FB: hue angle of 194.22º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28C9FB is Cyan = 0.84, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 40 201 251 -
CMYK 0.84 0.20 0 0.02
HSL 194.22º 0.96% 0.57% -
HSV(B) 194.22º 0.84% 0.98% -
XYZ 39.17 49.19 98.7 -
YUV 158.56 180.16 43.43 -
System Red Green Blue C M Y K H S L
Decimal 40 201 251 0.84 0.20 0 0.02 194.22 0.96 0.57
Hex 28 C9 FB 54 14 0 2 C2 60 39
Octal 50 311 373 124 24 0 2 302 140 71
Binary 101000 11001001 11111011 1010100 10100 0 10 11000010 1100000 111001

Color Harmonies of #28C9FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28C9FB

Black with #28C9FB

Text Example


Text Example

White with #28C9FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,201,251); }

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

background-color css

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

 a { background-color: rgb(40,201,251); }

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

border-color css

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

 span { border-color: rgb(40,201,251); }

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