Html Css Color HEX #0ACDF2 Deep Sky Blue

📋 copy color: '#0ACDF2'

red 10 ◦ green 205 ◦ blue 242

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

Shades of Deep Sky Blue #0ACDF2

Tints of Deep Sky Blue #0ACDF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 52.95%

R = 2.19%
G = 44.86%
B = 52.95%

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

#0ACDF2 (or 0x0ACDF2) is known color: Deep Sky Blue. HEX triplet: 0A, CD and F2. RGB value is (10,205,242). Sum of RGB (Red+Green+Blue) = 10+205+242=457 (60% of max value = 765). Red value is 10 (4.30% from 255 or 2.19% from 457); Green value is 205 (80.47% from 255 or 44.86% from 457); Blue value is 242 (94.92% from 255 or 52.95% from 457); Max value from RGB is 242 - color contains mainly: blue. Hex color #0ACDF2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ACDF2 is #F5320D. Grayscale: #969696. Windows color (decimal): -16069134 or 15912202. OLE color: 15912202.

HSL color Cylindrical-coordinate representation of color #0ACDF2: hue angle of 189.57º 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 #0ACDF2 is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 10 205 242 -
CMYK 0.96 0.15 0 0.05
HSL 189.57º 0.92% 0.49% -
HSV(B) 189.57º 0.96% 0.95% -
XYZ 37.98 50.14 91.68 -
YUV 150.91 179.4 27.49 -
System Red Green Blue C M Y K H S L
Decimal 10 205 242 0.96 0.15 0 0.05 189.57 0.92 0.49
Hex A CD F2 60 F 0 5 BE 5C 31
Octal 12 315 362 140 17 0 5 276 134 61
Binary 1010 11001101 11110010 1100000 1111 0 101 10111110 1011100 110001

Color Harmonies of #0ACDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ACDF2

Black with #0ACDF2

Text Example


Text Example

White with #0ACDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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