Html Css Color HEX #28CFFB Deep Sky Blue

📋 copy color: '#28CFFB'

red 40 ◦ green 207 ◦ blue 251

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

Shades of Deep Sky Blue #28CFFB

Tints of Deep Sky Blue #28CFFB

RGB

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

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

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

R = 8.03%
G = 41.57%
B = 50.4%

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

#28CFFB (or 0x28CFFB) is known color: Deep Sky Blue. HEX triplet: 28, CF and FB. RGB value is (40,207,251). Sum of RGB (Red+Green+Blue) = 40+207+251=498 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.03% from 498); Green value is 207 (81.25% from 255 or 41.57% from 498); Blue value is 251 (98.44% from 255 or 50.40% from 498); Max value from RGB is 251 - color contains mainly: blue. Hex color #28CFFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28CFFB is #D73004. Grayscale: #A1A1A1. Windows color (decimal): -14102533 or 16502568. OLE color: 16502568.

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

Color convert

RGB 40 207 251 -
CMYK 0.84 0.18 0 0.02
HSL 192.51º 0.96% 0.57% -
HSV(B) 192.51º 0.84% 0.98% -
XYZ 40.6 52.04 99.17 -
YUV 162.08 178.17 40.92 -
System Red Green Blue C M Y K H S L
Decimal 40 207 251 0.84 0.18 0 0.02 192.51 0.96 0.57
Hex 28 CF FB 54 12 0 2 C1 60 39
Octal 50 317 373 124 22 0 2 301 140 71
Binary 101000 11001111 11111011 1010100 10010 0 10 11000001 1100000 111001

Color Harmonies of #28CFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28CFFB

Black with #28CFFB

Text Example


Text Example

White with #28CFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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