Html Css Color HEX #2AD5F9 Deep Sky Blue

📋 copy color: '#2AD5F9'

red 42 ◦ green 213 ◦ blue 249

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

Shades of Deep Sky Blue #2AD5F9

Tints of Deep Sky Blue #2AD5F9

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.26%

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

R = 8.33%
G = 42.26%
B = 49.4%

CMYK

 C value IS 0.83

 M value IS 0.14

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2AD5F9 (or 0x2AD5F9) is known color: Deep Sky Blue. HEX triplet: 2A, D5 and F9. RGB value is (42,213,249). Sum of RGB (Red+Green+Blue) = 42+213+249=504 (66% of max value = 765). Red value is 42 (16.80% from 255 or 8.33% from 504); Green value is 213 (83.59% from 255 or 42.26% from 504); Blue value is 249 (97.66% from 255 or 49.40% from 504); Max value from RGB is 249 - color contains mainly: blue. Hex color #2AD5F9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2AD5F9 is #D52A06. Grayscale: #A5A5A5. Windows color (decimal): -13969927 or 16373034. OLE color: 16373034.

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

Color convert

RGB 42 213 249 -
CMYK 0.83 0.14 0 0.02
HSL 190.43º 0.95% 0.57% -
HSV(B) 190.43º 0.83% 0.98% -
XYZ 41.85 54.92 98.02 -
YUV 165.98 174.85 39.57 -
System Red Green Blue C M Y K H S L
Decimal 42 213 249 0.83 0.14 0 0.02 190.43 0.95 0.57
Hex 2A D5 F9 53 E 0 2 BE 5F 39
Octal 52 325 371 123 16 0 2 276 137 71
Binary 101010 11010101 11111001 1010011 1110 0 10 10111110 1011111 111001

Color Harmonies of #2AD5F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AD5F9

Black with #2AD5F9

Text Example


Text Example

White with #2AD5F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,213,249); }

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

background-color css

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

 a { background-color: rgb(42,213,249); }

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

border-color css

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

 span { border-color: rgb(42,213,249); }

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