Html Css Color HEX #0ADBFC Deep Sky Blue

📋 copy color: '#0ADBFC'

red 10 ◦ green 219 ◦ blue 252

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

Shades of Deep Sky Blue #0ADBFC

Tints of Deep Sky Blue #0ADBFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 52.39%

R = 2.08%
G = 45.53%
B = 52.39%

CMYK

 C value IS 0.96

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0ADBFC (or 0x0ADBFC) is known color: Deep Sky Blue. HEX triplet: 0A, DB and FC. RGB value is (10,219,252). Sum of RGB (Red+Green+Blue) = 10+219+252=481 (63% of max value = 765). Red value is 10 (4.30% from 255 or 2.08% from 481); Green value is 219 (85.94% from 255 or 45.53% from 481); Blue value is 252 (98.83% from 255 or 52.39% from 481); Max value from RGB is 252 - color contains mainly: blue. Hex color #0ADBFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ADBFC is #F52403. Grayscale: #9F9F9F. Windows color (decimal): -16065540 or 16571146. OLE color: 16571146.

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

Color convert

RGB 10 219 252 -
CMYK 0.96 0.13 0 0.01
HSL 188.18º 0.98% 0.51% -
HSV(B) 188.18º 0.96% 0.99% -
XYZ 43.03 57.76 100.98 -
YUV 160.27 179.76 20.82 -
System Red Green Blue C M Y K H S L
Decimal 10 219 252 0.96 0.13 0 0.01 188.18 0.98 0.51
Hex A DB FC 60 D 0 1 BC 62 33
Octal 12 333 374 140 15 0 1 274 142 63
Binary 1010 11011011 11111100 1100000 1101 0 1 10111100 1100010 110011

Color Harmonies of #0ADBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADBFC

Black with #0ADBFC

Text Example


Text Example

White with #0ADBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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