Html Css Color HEX #28CEFC Deep Sky Blue

📋 copy color: '#28CEFC'

red 40 ◦ green 206 ◦ blue 252

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

Shades of Deep Sky Blue #28CEFC

Tints of Deep Sky Blue #28CEFC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.37%

 BLUE value IS 252 (98.83% from 255) = 50.6%

R = 8.03%
G = 41.37%
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

#28CEFC (or 0x28CEFC) is known color: Deep Sky Blue. HEX triplet: 28, CE and FC. RGB value is (40,206,252). Sum of RGB (Red+Green+Blue) = 40+206+252=498 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.03% from 498); Green value is 206 (80.86% from 255 or 41.37% from 498); Blue value is 252 (98.83% from 255 or 50.60% from 498); Max value from RGB is 252 - color contains mainly: blue. Hex color #28CEFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28CEFC is #D73103. Grayscale: #A1A1A1. Windows color (decimal): -14102788 or 16567848. OLE color: 16567848.

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

Color convert

RGB 40 206 252 -
CMYK 0.84 0.18 0 0.01
HSL 193.02º 0.97% 0.57% -
HSV(B) 193.02º 0.84% 0.99% -
XYZ 40.52 51.62 99.92 -
YUV 161.61 179 41.26 -
System Red Green Blue C M Y K H S L
Decimal 40 206 252 0.84 0.18 0 0.01 193.02 0.97 0.57
Hex 28 CE FC 54 12 0 1 C1 61 39
Octal 50 316 374 124 22 0 1 301 141 71
Binary 101000 11001110 11111100 1010100 10010 0 1 11000001 1100001 111001

Color Harmonies of #28CEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28CEFC

Black with #28CEFC

Text Example


Text Example

White with #28CEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,206,252); }

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

background-color css

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

 a { background-color: rgb(40,206,252); }

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

border-color css

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

 span { border-color: rgb(40,206,252); }

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