Html Css Color HEX #28CAFE Deep Sky Blue

📋 copy color: '#28CAFE'

red 40 ◦ green 202 ◦ blue 254

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

Shades of Deep Sky Blue #28CAFE

Tints of Deep Sky Blue #28CAFE

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.73%

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

R = 8.06%
G = 40.73%
B = 51.21%

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

#28CAFE (or 0x28CAFE) is known color: Deep Sky Blue. HEX triplet: 28, CA and FE. RGB value is (40,202,254). Sum of RGB (Red+Green+Blue) = 40+202+254=496 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.06% from 496); Green value is 202 (79.30% from 255 or 40.73% from 496); Blue value is 254 (99.61% from 255 or 51.21% from 496); Max value from RGB is 254 - color contains mainly: blue. Hex color #28CAFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28CAFE is #D73501. Grayscale: #9F9F9F. Windows color (decimal): -14103810 or 16697896. OLE color: 16697896.

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

Color convert

RGB 40 202 254 -
CMYK 0.84 0.20 0 0.00
HSL 194.58º 0.99% 0.58% -
HSV(B) 194.58º 0.84% 1% -
XYZ 39.88 49.85 101.29 -
YUV 159.49 181.33 42.77 -
System Red Green Blue C M Y K H S L
Decimal 40 202 254 0.84 0.20 0 0.00 194.58 0.99 0.58
Hex 28 CA FE 54 14 0 0 C3 63 3A
Octal 50 312 376 124 24 0 0 303 143 72
Binary 101000 11001010 11111110 1010100 10100 0 0 11000011 1100011 111010

Color Harmonies of #28CAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28CAFE

Black with #28CAFE

Text Example


Text Example

White with #28CAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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