Html Css Color HEX #28CEFB Deep Sky Blue

📋 copy color: '#28CEFB'

red 40 ◦ green 206 ◦ blue 251

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

Shades of Deep Sky Blue #28CEFB

Tints of Deep Sky Blue #28CEFB

RGB

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

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

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

R = 8.05%
G = 41.45%
B = 50.5%

CMYK

 C value IS 0.84

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#28CEFB (or 0x28CEFB) is known color: Deep Sky Blue. HEX triplet: 28, CE and FB. RGB value is (40,206,251). Sum of RGB (Red+Green+Blue) = 40+206+251=497 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.05% from 497); Green value is 206 (80.86% from 255 or 41.45% from 497); Blue value is 251 (98.44% from 255 or 50.50% from 497); Max value from RGB is 251 - color contains mainly: blue. Hex color #28CEFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28CEFB is #D73104. Grayscale: #A1A1A1. Windows color (decimal): -14102789 or 16502312. OLE color: 16502312.

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

Color convert

RGB 40 206 251 -
CMYK 0.84 0.18 0 0.02
HSL 192.8º 0.96% 0.57% -
HSV(B) 192.8º 0.84% 0.98% -
XYZ 40.36 51.56 99.09 -
YUV 161.5 178.5 41.34 -
System Red Green Blue C M Y K H S L
Decimal 40 206 251 0.84 0.18 0 0.02 192.8 0.96 0.57
Hex 28 CE FB 54 12 0 2 C1 60 39
Octal 50 316 373 124 22 0 2 301 140 71
Binary 101000 11001110 11111011 1010100 10010 0 10 11000001 1100000 111001

Color Harmonies of #28CEFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28CEFB

Black with #28CEFB

Text Example


Text Example

White with #28CEFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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