Html Css Color HEX #28CFFD Deep Sky Blue

📋 copy color: '#28CFFD'

red 40 ◦ green 207 ◦ blue 253

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

Shades of Deep Sky Blue #28CFFD

Tints of Deep Sky Blue #28CFFD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.4%

 BLUE value IS 253 (99.22% from 255) = 50.6%

R = 8%
G = 41.4%
B = 50.6%

CMYK

 C value IS 0.84

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#28CFFD (or 0x28CFFD) is known color: Deep Sky Blue. HEX triplet: 28, CF and FD. RGB value is (40,207,253). Sum of RGB (Red+Green+Blue) = 40+207+253=500 (66% of max value = 765). Red value is 40 (16.02% from 255 or 8% from 500); Green value is 207 (81.25% from 255 or 41.4% from 500); Blue value is 253 (99.22% from 255 or 50.6% from 500); Max value from RGB is 253 - color contains mainly: blue. Hex color #28CFFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28CFFD is #D73002. Grayscale: #A1A1A1. Windows color (decimal): -14102531 or 16633640. OLE color: 16633640.

HSL color Cylindrical-coordinate representation of color #28CFFD: hue angle of 192.96º degrees, saturation: 0.98, 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 #28CFFD is Cyan = 0.84, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 40 207 253 -
CMYK 0.84 0.18 0 0.01
HSL 192.96º 0.98% 0.57% -
HSV(B) 192.96º 0.84% 0.99% -
XYZ 40.92 52.17 100.84 -
YUV 162.31 179.17 40.76 -
System Red Green Blue C M Y K H S L
Decimal 40 207 253 0.84 0.18 0 0.01 192.96 0.98 0.57
Hex 28 CF FD 54 12 0 1 C1 62 39
Octal 50 317 375 124 22 0 1 301 142 71
Binary 101000 11001111 11111101 1010100 10010 0 1 11000001 1100010 111001

Color Harmonies of #28CFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28CFFD

Black with #28CFFD

Text Example


Text Example

White with #28CFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,207,253); }

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

background-color css

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

 a { background-color: rgb(40,207,253); }

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

border-color css

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

 span { border-color: rgb(40,207,253); }

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