Html Css Color HEX #0ACFEC Deep Sky Blue

📋 copy color: '#0ACFEC'

red 10 ◦ green 207 ◦ blue 236

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

Shades of Deep Sky Blue #0ACFEC

Tints of Deep Sky Blue #0ACFEC

RGB

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

 GREEN value IS 207 (81.25% from 255) = 45.7%

 BLUE value IS 236 (92.58% from 255) = 52.1%

R = 2.21%
G = 45.7%
B = 52.1%

CMYK

 C value IS 0.96

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0ACFEC (or 0x0ACFEC) is known color: Deep Sky Blue. HEX triplet: 0A, CF and EC. RGB value is (10,207,236). Sum of RGB (Red+Green+Blue) = 10+207+236=453 (60% of max value = 765). Red value is 10 (4.30% from 255 or 2.21% from 453); Green value is 207 (81.25% from 255 or 45.70% from 453); Blue value is 236 (92.58% from 255 or 52.10% from 453); Max value from RGB is 236 - color contains mainly: blue. Hex color #0ACFEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ACFEC is #F53013. Grayscale: #979797. Windows color (decimal): -16068628 or 15519498. OLE color: 15519498.

HSL color Cylindrical-coordinate representation of color #0ACFEC: hue angle of 187.7º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ACFEC is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 10 207 236 -
CMYK 0.96 0.12 0 0.07
HSL 187.7º 0.92% 0.48% -
HSV(B) 187.7º 0.96% 0.93% -
XYZ 37.58 50.75 87.17 -
YUV 151.4 175.73 27.14 -
System Red Green Blue C M Y K H S L
Decimal 10 207 236 0.96 0.12 0 0.07 187.7 0.92 0.48
Hex A CF EC 60 C 0 7 BC 5C 30
Octal 12 317 354 140 14 0 7 274 134 60
Binary 1010 11001111 11101100 1100000 1100 0 111 10111100 1011100 110000

Color Harmonies of #0ACFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ACFEC

Black with #0ACFEC

Text Example


Text Example

White with #0ACFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,207,236); }

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

background-color css

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

 a { background-color: rgb(10,207,236); }

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

border-color css

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

 span { border-color: rgb(10,207,236); }

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