Html Css Color HEX #28CBFB Deep Sky Blue

📋 copy color: '#28CBFB'

red 40 ◦ green 203 ◦ blue 251

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

Shades of Deep Sky Blue #28CBFB

Tints of Deep Sky Blue #28CBFB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 41.09%

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

R = 8.1%
G = 41.09%
B = 50.81%

CMYK

 C value IS 0.84

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#28CBFB (or 0x28CBFB) is known color: Deep Sky Blue. HEX triplet: 28, CB and FB. RGB value is (40,203,251). Sum of RGB (Red+Green+Blue) = 40+203+251=494 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.10% from 494); Green value is 203 (79.69% from 255 or 41.09% from 494); Blue value is 251 (98.44% from 255 or 50.81% from 494); Max value from RGB is 251 - color contains mainly: blue. Hex color #28CBFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28CBFB is #D73404. Grayscale: #9F9F9F. Windows color (decimal): -14103557 or 16501544. OLE color: 16501544.

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

Color convert

RGB 40 203 251 -
CMYK 0.84 0.19 0 0.02
HSL 193.65º 0.96% 0.57% -
HSV(B) 193.65º 0.84% 0.98% -
XYZ 39.64 50.13 98.85 -
YUV 159.74 179.5 42.6 -
System Red Green Blue C M Y K H S L
Decimal 40 203 251 0.84 0.19 0 0.02 193.65 0.96 0.57
Hex 28 CB FB 54 13 0 2 C2 60 39
Octal 50 313 373 124 23 0 2 302 140 71
Binary 101000 11001011 11111011 1010100 10011 0 10 11000010 1100000 111001

Color Harmonies of #28CBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28CBFB

Black with #28CBFB

Text Example


Text Example

White with #28CBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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