Html Css Color HEX #28CCFD Deep Sky Blue

📋 copy color: '#28CCFD'

red 40 ◦ green 204 ◦ blue 253

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

Shades of Deep Sky Blue #28CCFD

Tints of Deep Sky Blue #28CCFD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.05%

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

R = 8.05%
G = 41.05%
B = 50.91%

CMYK

 C value IS 0.84

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#28CCFD (or 0x28CCFD) is known color: Deep Sky Blue. HEX triplet: 28, CC and FD. RGB value is (40,204,253). Sum of RGB (Red+Green+Blue) = 40+204+253=497 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.05% from 497); Green value is 204 (80.08% from 255 or 41.05% from 497); Blue value is 253 (99.22% from 255 or 50.91% from 497); Max value from RGB is 253 - color contains mainly: blue. Hex color #28CCFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28CCFD is #D73302. Grayscale: #A0A0A0. Windows color (decimal): -14103299 or 16632872. OLE color: 16632872.

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

Color convert

RGB 40 204 253 -
CMYK 0.84 0.19 0 0.01
HSL 193.8º 0.98% 0.57% -
HSV(B) 193.8º 0.84% 0.99% -
XYZ 40.2 50.73 100.6 -
YUV 160.55 180.17 42.02 -
System Red Green Blue C M Y K H S L
Decimal 40 204 253 0.84 0.19 0 0.01 193.8 0.98 0.57
Hex 28 CC FD 54 13 0 1 C2 62 39
Octal 50 314 375 124 23 0 1 302 142 71
Binary 101000 11001100 11111101 1010100 10011 0 1 11000010 1100010 111001

Color Harmonies of #28CCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28CCFD

Black with #28CCFD

Text Example


Text Example

White with #28CCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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