Html Css Color HEX #0ADBFE Deep Sky Blue

📋 copy color: '#0ADBFE'

red 10 ◦ green 219 ◦ blue 254

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

Shades of Deep Sky Blue #0ADBFE

Tints of Deep Sky Blue #0ADBFE

RGB

 RED value IS 10 (4.3% from 255) = 2.07%

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

 BLUE value IS 254 (99.61% from 255) = 52.59%

R = 2.07%
G = 45.34%
B = 52.59%

CMYK

 C value IS 0.96

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0ADBFE (or 0x0ADBFE) is known color: Deep Sky Blue. HEX triplet: 0A, DB and FE. RGB value is (10,219,254). Sum of RGB (Red+Green+Blue) = 10+219+254=483 (63% of max value = 765). Red value is 10 (4.30% from 255 or 2.07% from 483); Green value is 219 (85.94% from 255 or 45.34% from 483); Blue value is 254 (99.61% from 255 or 52.59% from 483); Max value from RGB is 254 - color contains mainly: blue. Hex color #0ADBFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ADBFE is #F52401. Grayscale: #A0A0A0. Windows color (decimal): -16065538 or 16702218. OLE color: 16702218.

HSL color Cylindrical-coordinate representation of color #0ADBFE: hue angle of 188.61º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ADBFE is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 10 219 254 -
CMYK 0.96 0.14 0 0.00
HSL 188.61º 0.99% 0.52% -
HSV(B) 188.61º 0.96% 1% -
XYZ 43.35 57.88 102.65 -
YUV 160.5 180.76 20.65 -
System Red Green Blue C M Y K H S L
Decimal 10 219 254 0.96 0.14 0 0.00 188.61 0.99 0.52
Hex A DB FE 60 E 0 0 BD 63 34
Octal 12 333 376 140 16 0 0 275 143 64
Binary 1010 11011011 11111110 1100000 1110 0 0 10111101 1100011 110100

Color Harmonies of #0ADBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADBFE

Black with #0ADBFE

Text Example


Text Example

White with #0ADBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0ADBFE; }

 p { color: rgb(10,219,254); }

 H1.HeaderClassName
 {
   color: #0ADBFE;
 }
 .AnyTagClassName
 {
   color: #0ADBFE;
 }
</style>

background-color css

<style>
 a { background-color: #0ADBFE; }

 a { background-color: rgb(10,219,254); }

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

border-color css

<style>
 span { border-color: #0ADBFE; }

 span { border-color: rgb(10,219,254); }

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