Html Css Color HEX #0ADAFF Deep Sky Blue

📋 copy color: '#0ADAFF'

red 10 ◦ green 218 ◦ blue 255

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

Shades of Deep Sky Blue #0ADAFF

Tints of Deep Sky Blue #0ADAFF

RGB

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

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

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

R = 2.07%
G = 45.13%
B = 52.8%

CMYK

 C value IS 0.96

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0ADAFF (or 0x0ADAFF) is known color: Deep Sky Blue. HEX triplet: 0A, DA and FF. RGB value is (10,218,255). Sum of RGB (Red+Green+Blue) = 10+218+255=483 (63% of max value = 765). Red value is 10 (4.30% from 255 or 2.07% from 483); Green value is 218 (85.55% from 255 or 45.13% from 483); Blue value is 255 (100% from 255 or 52.80% from 483); Max value from RGB is 255 - color contains mainly: blue. Hex color #0ADAFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ADAFF is #F52500. Grayscale: #9F9F9F. Windows color (decimal): -16065793 or 16767498. OLE color: 16767498.

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

Color convert

RGB 10 218 255 -
CMYK 0.96 0.15 0 0
HSL 189.06º 1% 0.52% -
HSV(B) 189.06º 0.96% 1% -
XYZ 43.25 57.43 103.41 -
YUV 160.03 181.59 20.99 -
System Red Green Blue C M Y K H S L
Decimal 10 218 255 0.96 0.15 0 0 189.06 1 0.52
Hex A DA FF 60 F 0 0 BD 64 34
Octal 12 332 377 140 17 0 0 275 144 64
Binary 1010 11011010 11111111 1100000 1111 0 0 10111101 1100100 110100

Color Harmonies of #0ADAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADAFF

Black with #0ADAFF

Text Example


Text Example

White with #0ADAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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