Html Css Color HEX #0ACDF1 Deep Sky Blue

📋 copy color: '#0ACDF1'

red 10 ◦ green 205 ◦ blue 241

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

Shades of Deep Sky Blue #0ACDF1

Tints of Deep Sky Blue #0ACDF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 52.85%

R = 2.19%
G = 44.96%
B = 52.85%

CMYK

 C value IS 0.96

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#0ACDF1 (or 0x0ACDF1) is known color: Deep Sky Blue. HEX triplet: 0A, CD and F1. RGB value is (10,205,241). Sum of RGB (Red+Green+Blue) = 10+205+241=456 (60% of max value = 765). Red value is 10 (4.30% from 255 or 2.19% from 456); Green value is 205 (80.47% from 255 or 44.96% from 456); Blue value is 241 (94.53% from 255 or 52.85% from 456); Max value from RGB is 241 - color contains mainly: blue. Hex color #0ACDF1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ACDF1 is #F5320E. Grayscale: #969696. Windows color (decimal): -16069135 or 15846666. OLE color: 15846666.

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

Color convert

RGB 10 205 241 -
CMYK 0.96 0.15 0 0.05
HSL 189.35º 0.92% 0.49% -
HSV(B) 189.35º 0.96% 0.95% -
XYZ 37.83 50.08 90.89 -
YUV 150.8 178.9 27.57 -
System Red Green Blue C M Y K H S L
Decimal 10 205 241 0.96 0.15 0 0.05 189.35 0.92 0.49
Hex A CD F1 60 F 0 5 BD 5C 31
Octal 12 315 361 140 17 0 5 275 134 61
Binary 1010 11001101 11110001 1100000 1111 0 101 10111101 1011100 110001

Color Harmonies of #0ACDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ACDF1

Black with #0ACDF1

Text Example


Text Example

White with #0ACDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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