Html Css Color HEX #28CCFF Deep Sky Blue

📋 copy color: '#28CCFF'

red 40 ◦ green 204 ◦ blue 255

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

Shades of Deep Sky Blue #28CCFF

Tints of Deep Sky Blue #28CCFF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.88%

 BLUE value IS 255 (100% from 255) = 51.1%

R = 8.02%
G = 40.88%
B = 51.1%

CMYK

 C value IS 0.84

 M value IS 0.2

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#28CCFF (or 0x28CCFF) is known color: Deep Sky Blue. HEX triplet: 28, CC and FF. RGB value is (40,204,255). Sum of RGB (Red+Green+Blue) = 40+204+255=499 (66% of max value = 765). Red value is 40 (16.02% from 255 or 8.02% from 499); Green value is 204 (80.08% from 255 or 40.88% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #28CCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28CCFF is #D73300. Grayscale: #A0A0A0. Windows color (decimal): -14103297 or 16763944. OLE color: 16763944.

HSL color Cylindrical-coordinate representation of color #28CCFF: hue angle of 194.23º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28CCFF is Cyan = 0.84, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 40 204 255 -
CMYK 0.84 0.2 0 0
HSL 194.23º 1% 0.58% -
HSV(B) 194.23º 0.84% 1% -
XYZ 40.52 50.86 102.29 -
YUV 160.78 181.17 41.85 -
System Red Green Blue C M Y K H S L
Decimal 40 204 255 0.84 0.2 0 0 194.23 1 0.58
Hex 28 CC FF 54 14 0 0 C2 64 3A
Octal 50 314 377 124 24 0 0 302 144 72
Binary 101000 11001100 11111111 1010100 10100 0 0 11000010 1100100 111010

Color Harmonies of #28CCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28CCFF

Black with #28CCFF

Text Example


Text Example

White with #28CCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,204,255); }

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

background-color css

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

 a { background-color: rgb(40,204,255); }

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

border-color css

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

 span { border-color: rgb(40,204,255); }

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