Html Css Color HEX #0CD6FE Deep Sky Blue

📋 copy color: '#0CD6FE'

red 12 ◦ green 214 ◦ blue 254

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

Shades of Deep Sky Blue #0CD6FE

Tints of Deep Sky Blue #0CD6FE

RGB

 RED value IS 12 (5.08% from 255) = 2.5%

 GREEN value IS 214 (83.98% from 255) = 44.58%

 BLUE value IS 254 (99.61% from 255) = 52.92%

R = 2.5%
G = 44.58%
B = 52.92%

CMYK

 C value IS 0.95

 M value IS 0.16

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0CD6FE (or 0x0CD6FE) is known color: Deep Sky Blue. HEX triplet: 0C, D6 and FE. RGB value is (12,214,254). Sum of RGB (Red+Green+Blue) = 12+214+254=480 (63% of max value = 765). Red value is 12 (5.08% from 255 or 2.5% from 480); Green value is 214 (83.98% from 255 or 44.58% from 480); Blue value is 254 (99.61% from 255 or 52.92% from 480); Max value from RGB is 254 - color contains mainly: blue. Hex color #0CD6FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CD6FE is #F32901. Grayscale: #9D9D9D. Windows color (decimal): -15935746 or 16700940. OLE color: 16700940.

HSL color Cylindrical-coordinate representation of color #0CD6FE: hue angle of 189.92º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CD6FE is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 12 214 254 -
CMYK 0.95 0.16 0 0.00
HSL 189.92º 0.99% 0.52% -
HSV(B) 189.92º 0.95% 1% -
XYZ 42.09 55.33 102.23 -
YUV 158.16 182.08 23.75 -
System Red Green Blue C M Y K H S L
Decimal 12 214 254 0.95 0.16 0 0.00 189.92 0.99 0.52
Hex C D6 FE 5F 10 0 0 BE 63 34
Octal 14 326 376 137 20 0 0 276 143 64
Binary 1100 11010110 11111110 1011111 10000 0 0 10111110 1100011 110100

Color Harmonies of #0CD6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CD6FE

Black with #0CD6FE

Text Example


Text Example

White with #0CD6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,214,254); }

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

background-color css

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

 a { background-color: rgb(12,214,254); }

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

border-color css

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

 span { border-color: rgb(12,214,254); }

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