Html Css Color HEX #0ADAFB Deep Sky Blue

📋 copy color: '#0ADAFB'

red 10 ◦ green 218 ◦ blue 251

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

Shades of Deep Sky Blue #0ADAFB

Tints of Deep Sky Blue #0ADAFB

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.51%

 BLUE value IS 251 (98.44% from 255) = 52.4%

R = 2.09%
G = 45.51%
B = 52.4%

CMYK

 C value IS 0.96

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0ADAFB (or 0x0ADAFB) is known color: Deep Sky Blue. HEX triplet: 0A, DA and FB. RGB value is (10,218,251). Sum of RGB (Red+Green+Blue) = 10+218+251=479 (63% of max value = 765). Red value is 10 (4.30% from 255 or 2.09% from 479); Green value is 218 (85.55% from 255 or 45.51% from 479); Blue value is 251 (98.44% from 255 or 52.40% from 479); Max value from RGB is 251 - color contains mainly: blue. Hex color #0ADAFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ADAFB is #F52504. Grayscale: #9F9F9F. Windows color (decimal): -16065797 or 16505354. OLE color: 16505354.

HSL color Cylindrical-coordinate representation of color #0ADAFB: hue angle of 188.22º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ADAFB is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 10 218 251 -
CMYK 0.96 0.13 0 0.02
HSL 188.22º 0.97% 0.51% -
HSV(B) 188.22º 0.96% 0.98% -
XYZ 42.61 57.17 100.06 -
YUV 159.57 179.59 21.32 -
System Red Green Blue C M Y K H S L
Decimal 10 218 251 0.96 0.13 0 0.02 188.22 0.97 0.51
Hex A DA FB 60 D 0 2 BC 61 33
Octal 12 332 373 140 15 0 2 274 141 63
Binary 1010 11011010 11111011 1100000 1101 0 10 10111100 1100001 110011

Color Harmonies of #0ADAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADAFB

Black with #0ADAFB

Text Example


Text Example

White with #0ADAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,218,251); }

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

background-color css

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

 a { background-color: rgb(10,218,251); }

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

border-color css

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

 span { border-color: rgb(10,218,251); }

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