Html Css Color HEX #2AD9FD Deep Sky Blue

📋 copy color: '#2AD9FD'

red 42 ◦ green 217 ◦ blue 253

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

Shades of Deep Sky Blue #2AD9FD

Tints of Deep Sky Blue #2AD9FD

RGB

 RED value IS 42 (16.8% from 255) = 8.2%

 GREEN value IS 217 (85.16% from 255) = 42.38%

 BLUE value IS 253 (99.22% from 255) = 49.41%

R = 8.2%
G = 42.38%
B = 49.41%

CMYK

 C value IS 0.83

 M value IS 0.14

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2AD9FD (or 0x2AD9FD) is known color: Deep Sky Blue. HEX triplet: 2A, D9 and FD. RGB value is (42,217,253). Sum of RGB (Red+Green+Blue) = 42+217+253=512 (67% of max value = 765). Red value is 42 (16.80% from 255 or 8.20% from 512); Green value is 217 (85.16% from 255 or 42.38% from 512); Blue value is 253 (99.22% from 255 or 49.41% from 512); Max value from RGB is 253 - color contains mainly: blue. Hex color #2AD9FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2AD9FD is #D52602. Grayscale: #A8A8A8. Windows color (decimal): -13968899 or 16636202. OLE color: 16636202.

HSL color Cylindrical-coordinate representation of color #2AD9FD: hue angle of 190.24º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AD9FD is Cyan = 0.83, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 42 217 253 -
CMYK 0.83 0.14 0 0.01
HSL 190.24º 0.98% 0.58% -
HSV(B) 190.24º 0.83% 0.99% -
XYZ 43.5 57.21 101.68 -
YUV 168.78 175.52 37.57 -
System Red Green Blue C M Y K H S L
Decimal 42 217 253 0.83 0.14 0 0.01 190.24 0.98 0.58
Hex 2A D9 FD 53 E 0 1 BE 62 3A
Octal 52 331 375 123 16 0 1 276 142 72
Binary 101010 11011001 11111101 1010011 1110 0 1 10111110 1100010 111010

Color Harmonies of #2AD9FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AD9FD

Black with #2AD9FD

Text Example


Text Example

White with #2AD9FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2AD9FD; }

 p { color: rgb(42,217,253); }

 H1.HeaderClassName
 {
   color: #2AD9FD;
 }
 .AnyTagClassName
 {
   color: #2AD9FD;
 }
</style>

background-color css

<style>
 a { background-color: #2AD9FD; }

 a { background-color: rgb(42,217,253); }

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

border-color css

<style>
 span { border-color: #2AD9FD; }

 span { border-color: rgb(42,217,253); }

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