Html Css Color HEX #28CBFE Deep Sky Blue

📋 copy color: '#28CBFE'

red 40 ◦ green 203 ◦ blue 254

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

Shades of Deep Sky Blue #28CBFE

Tints of Deep Sky Blue #28CBFE

RGB

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

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

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

R = 8.05%
G = 40.85%
B = 51.11%

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

#28CBFE (or 0x28CBFE) is known color: Deep Sky Blue. HEX triplet: 28, CB and FE. RGB value is (40,203,254). Sum of RGB (Red+Green+Blue) = 40+203+254=497 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.05% from 497); Green value is 203 (79.69% from 255 or 40.85% from 497); Blue value is 254 (99.61% from 255 or 51.11% from 497); Max value from RGB is 254 - color contains mainly: blue. Hex color #28CBFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28CBFE is #D73401. Grayscale: #9F9F9F. Windows color (decimal): -14103554 or 16698152. OLE color: 16698152.

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

Color convert

RGB 40 203 254 -
CMYK 0.84 0.20 0 0.00
HSL 194.3º 0.99% 0.58% -
HSV(B) 194.3º 0.84% 1% -
XYZ 40.12 50.32 101.36 -
YUV 160.08 181 42.35 -
System Red Green Blue C M Y K H S L
Decimal 40 203 254 0.84 0.20 0 0.00 194.3 0.99 0.58
Hex 28 CB FE 54 14 0 0 C2 63 3A
Octal 50 313 376 124 24 0 0 302 143 72
Binary 101000 11001011 11111110 1010100 10100 0 0 11000010 1100011 111010

Color Harmonies of #28CBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28CBFE

Black with #28CBFE

Text Example


Text Example

White with #28CBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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