Html Css Color HEX #0ACDFD Deep Sky Blue

📋 copy color: '#0ACDFD'

red 10 ◦ green 205 ◦ blue 253

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

Shades of Deep Sky Blue #0ACDFD

Tints of Deep Sky Blue #0ACDFD

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.8%

 BLUE value IS 253 (99.22% from 255) = 54.06%

R = 2.14%
G = 43.8%
B = 54.06%

CMYK

 C value IS 0.96

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0ACDFD (or 0x0ACDFD) is known color: Deep Sky Blue. HEX triplet: 0A, CD and FD. RGB value is (10,205,253). Sum of RGB (Red+Green+Blue) = 10+205+253=468 (61% of max value = 765). Red value is 10 (4.30% from 255 or 2.14% from 468); Green value is 205 (80.47% from 255 or 43.80% from 468); Blue value is 253 (99.22% from 255 or 54.06% from 468); Max value from RGB is 253 - color contains mainly: blue. Hex color #0ACDFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ACDFD is #F53202. Grayscale: #979797. Windows color (decimal): -16069123 or 16633098. OLE color: 16633098.

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

Color convert

RGB 10 205 253 -
CMYK 0.96 0.19 0 0.01
HSL 191.85º 0.98% 0.52% -
HSV(B) 191.85º 0.96% 0.99% -
XYZ 39.69 50.82 100.65 -
YUV 152.17 184.9 26.6 -
System Red Green Blue C M Y K H S L
Decimal 10 205 253 0.96 0.19 0 0.01 191.85 0.98 0.52
Hex A CD FD 60 13 0 1 C0 62 34
Octal 12 315 375 140 23 0 1 300 142 64
Binary 1010 11001101 11111101 1100000 10011 0 1 11000000 1100010 110100

Color Harmonies of #0ACDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ACDFD

Black with #0ACDFD

Text Example


Text Example

White with #0ACDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,205,253); }

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

background-color css

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

 a { background-color: rgb(10,205,253); }

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

border-color css

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

 span { border-color: rgb(10,205,253); }

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