Html Css Color HEX #28D2FB Deep Sky Blue

📋 copy color: '#28D2FB'

red 40 ◦ green 210 ◦ blue 251

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

Shades of Deep Sky Blue #28D2FB

Tints of Deep Sky Blue #28D2FB

RGB

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

 GREEN value IS 210 (82.42% from 255) = 41.92%

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

R = 7.98%
G = 41.92%
B = 50.1%

CMYK

 C value IS 0.84

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#28D2FB (or 0x28D2FB) is known color: Deep Sky Blue. HEX triplet: 28, D2 and FB. RGB value is (40,210,251). Sum of RGB (Red+Green+Blue) = 40+210+251=501 (66% of max value = 765). Red value is 40 (16.02% from 255 or 7.98% from 501); Green value is 210 (82.42% from 255 or 41.92% from 501); Blue value is 251 (98.44% from 255 or 50.10% from 501); Max value from RGB is 251 - color contains mainly: blue. Hex color #28D2FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28D2FB is #D72D04. Grayscale: #A3A3A3. Windows color (decimal): -14101765 or 16503336. OLE color: 16503336.

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

Color convert

RGB 40 210 251 -
CMYK 0.84 0.16 0 0.02
HSL 191.66º 0.96% 0.57% -
HSV(B) 191.66º 0.84% 0.98% -
XYZ 41.33 53.51 99.42 -
YUV 163.84 177.18 39.67 -
System Red Green Blue C M Y K H S L
Decimal 40 210 251 0.84 0.16 0 0.02 191.66 0.96 0.57
Hex 28 D2 FB 54 10 0 2 C0 60 39
Octal 50 322 373 124 20 0 2 300 140 71
Binary 101000 11010010 11111011 1010100 10000 0 10 11000000 1100000 111001

Color Harmonies of #28D2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28D2FB

Black with #28D2FB

Text Example


Text Example

White with #28D2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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