Html Css Color HEX #28CFF9 Deep Sky Blue

📋 copy color: '#28CFF9'

red 40 ◦ green 207 ◦ blue 249

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

Shades of Deep Sky Blue #28CFF9

Tints of Deep Sky Blue #28CFF9

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.73%

 BLUE value IS 249 (97.66% from 255) = 50.2%

R = 8.06%
G = 41.73%
B = 50.2%

CMYK

 C value IS 0.84

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#28CFF9 (or 0x28CFF9) is known color: Deep Sky Blue. HEX triplet: 28, CF and F9. RGB value is (40,207,249). Sum of RGB (Red+Green+Blue) = 40+207+249=496 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.06% from 496); Green value is 207 (81.25% from 255 or 41.73% from 496); Blue value is 249 (97.66% from 255 or 50.20% from 496); Max value from RGB is 249 - color contains mainly: blue. Hex color #28CFF9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28CFF9 is #D73006. Grayscale: #A1A1A1. Windows color (decimal): -14102535 or 16371496. OLE color: 16371496.

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

Color convert

RGB 40 207 249 -
CMYK 0.84 0.17 0 0.02
HSL 192.06º 0.95% 0.57% -
HSV(B) 192.06º 0.84% 0.98% -
XYZ 40.29 51.92 97.52 -
YUV 161.86 177.17 41.08 -
System Red Green Blue C M Y K H S L
Decimal 40 207 249 0.84 0.17 0 0.02 192.06 0.95 0.57
Hex 28 CF F9 54 11 0 2 C0 5F 39
Octal 50 317 371 124 21 0 2 300 137 71
Binary 101000 11001111 11111001 1010100 10001 0 10 11000000 1011111 111001

Color Harmonies of #28CFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28CFF9

Black with #28CFF9

Text Example


Text Example

White with #28CFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,207,249); }

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

background-color css

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

 a { background-color: rgb(40,207,249); }

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

border-color css

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

 span { border-color: rgb(40,207,249); }

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