Html Css Color HEX #28CCFE Deep Sky Blue

📋 copy color: '#28CCFE'

red 40 ◦ green 204 ◦ blue 254

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

Shades of Deep Sky Blue #28CCFE

Tints of Deep Sky Blue #28CCFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 51%

R = 8.03%
G = 40.96%
B = 51%

CMYK

 C value IS 0.84

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#28CCFE (or 0x28CCFE) is known color: Deep Sky Blue. HEX triplet: 28, CC and FE. RGB value is (40,204,254). Sum of RGB (Red+Green+Blue) = 40+204+254=498 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.03% from 498); Green value is 204 (80.08% from 255 or 40.96% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #28CCFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28CCFE is #D73301. Grayscale: #A0A0A0. Windows color (decimal): -14103298 or 16698408. OLE color: 16698408.

HSL color Cylindrical-coordinate representation of color #28CCFE: hue angle of 194.02º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28CCFE is Cyan = 0.84, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 40 204 254 -
CMYK 0.84 0.20 0 0.00
HSL 194.02º 0.99% 0.58% -
HSV(B) 194.02º 0.84% 1% -
XYZ 40.36 50.79 101.44 -
YUV 160.66 180.67 41.93 -
System Red Green Blue C M Y K H S L
Decimal 40 204 254 0.84 0.20 0 0.00 194.02 0.99 0.58
Hex 28 CC FE 54 14 0 0 C2 63 3A
Octal 50 314 376 124 24 0 0 302 143 72
Binary 101000 11001100 11111110 1010100 10100 0 0 11000010 1100011 111010

Color Harmonies of #28CCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28CCFE

Black with #28CCFE

Text Example


Text Example

White with #28CCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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