Html Css Color HEX #2ADBFF Deep Sky Blue

📋 copy color: '#2ADBFF'

red 42 ◦ green 219 ◦ blue 255

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

Shades of Deep Sky Blue #2ADBFF

Tints of Deep Sky Blue #2ADBFF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.44%

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

R = 8.14%
G = 42.44%
B = 49.42%

CMYK

 C value IS 0.84

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2ADBFF (or 0x2ADBFF) is known color: Deep Sky Blue. HEX triplet: 2A, DB and FF. RGB value is (42,219,255). Sum of RGB (Red+Green+Blue) = 42+219+255=516 (68% of max value = 765). Red value is 42 (16.80% from 255 or 8.14% from 516); Green value is 219 (85.94% from 255 or 42.44% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #2ADBFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ADBFF is #D52400. Grayscale: #A9A9A9. Windows color (decimal): -13968385 or 16767786. OLE color: 16767786.

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

Color convert

RGB 42 219 255 -
CMYK 0.84 0.14 0 0
HSL 190.14º 1% 0.58% -
HSV(B) 190.14º 0.84% 1% -
XYZ 44.34 58.38 103.54 -
YUV 170.18 175.86 36.57 -
System Red Green Blue C M Y K H S L
Decimal 42 219 255 0.84 0.14 0 0 190.14 1 0.58
Hex 2A DB FF 54 E 0 0 BE 64 3A
Octal 52 333 377 124 16 0 0 276 144 72
Binary 101010 11011011 11111111 1010100 1110 0 0 10111110 1100100 111010

Color Harmonies of #2ADBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADBFF

Black with #2ADBFF

Text Example


Text Example

White with #2ADBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,219,255); }

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

background-color css

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

 a { background-color: rgb(42,219,255); }

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

border-color css

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

 span { border-color: rgb(42,219,255); }

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