Html Css Color HEX #28CDFF Deep Sky Blue

📋 copy color: '#28CDFF'

red 40 ◦ green 205 ◦ blue 255

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

Shades of Deep Sky Blue #28CDFF

Tints of Deep Sky Blue #28CDFF

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41%

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

R = 8%
G = 41%
B = 51%

CMYK

 C value IS 0.84

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#28CDFF (or 0x28CDFF) is known color: Deep Sky Blue. HEX triplet: 28, CD and FF. RGB value is (40,205,255). Sum of RGB (Red+Green+Blue) = 40+205+255=500 (66% of max value = 765). Red value is 40 (16.02% from 255 or 8% from 500); Green value is 205 (80.47% from 255 or 41% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #28CDFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28CDFF is #D73200. Grayscale: #A1A1A1. Windows color (decimal): -14103041 or 16764200. OLE color: 16764200.

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

Color convert

RGB 40 205 255 -
CMYK 0.84 0.20 0 0
HSL 193.95º 1% 0.58% -
HSV(B) 193.95º 0.84% 1% -
XYZ 40.76 51.33 102.37 -
YUV 161.37 180.84 41.43 -
System Red Green Blue C M Y K H S L
Decimal 40 205 255 0.84 0.20 0 0 193.95 1 0.58
Hex 28 CD FF 54 14 0 0 C2 64 3A
Octal 50 315 377 124 24 0 0 302 144 72
Binary 101000 11001101 11111111 1010100 10100 0 0 11000010 1100100 111010

Color Harmonies of #28CDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28CDFF

Black with #28CDFF

Text Example


Text Example

White with #28CDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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